Retrieve a Label
GET {{baseUrl}}/labels/:parcel_id
Retrieve a shipping label for a specific parcel in PDF format.
You can lookup the id
of a parcel via the /parcels
endpoint.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"label":{"normal_printer":["\u003cstring\u003e","\u003cstring\u003e"],"label_printer":"\u003cstring\u003e"},"customs_declaration":{"normal_printer":"\u003cstring\u003e"}}