Skip to main content
POST
/
commerce
/
catalog
/
storefront
/
shipping
/
get-labels
Error
A valid request URL is required to generate request examples
{
  "packageLabels": [
    {
      "label": {
        "imageData": "aSDinaTvuI8gbWludGxpZnk=",
        "imageFormat": "<string>",
        "labelUrl": "<string>"
      },
      "trackingNumber": "<string>"
    }
  ],
  "trackingNumber": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.kibocommerce.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme.

Query Parameters

responseFields
string

limits which fields are returned in the response body

Body

application/json
carrierId
string | null
labelFormat
string | null
packageTrackingNumber
string | null
trackingNumber
string | null

Response

Success

packageLabels
object[] | null
trackingNumber
string | null