Request a label for a single order and wait for the results. The label and any other documents will be provided in the response to this request.
Basic Authentication using API key and secrets is currently the main authentication mechanism.
If you are an official Sendcloud Tech Partner, send your unique Sendcloud Partner UUID as a request header for the system to recognize you.
The header is not required but if it is set, the system will check it. An unknown or invalid UUID will cause a 400 error.
Payload for creating labels for orders.
Note that if the sender_address_id is not specified, the API will use the default sender address associated with your account.
The ID of the integration your orders belong to.
70
The ID of the sender address you would like to ship from. If not specified, your default sender address will be used.
A sender address can be added through the Sendcloud panel and be retrieved using the Retrieve a list of sender addresses endpoint.
192
The ID of the brand. Brands can be added through the Sendcloud panel and be retrieved using the Retrieve a list of brands endpoint.
x >= 142
The ship with object can be used to define how you would like to send your shipment.
You can use a shipping_option_code. This is a unique identifier that displays what carrier and what set of shipping functionalities you want to use.
{
"type": "shipping_option_code",
"properties": {
"shipping_option_code": "postnl:standard/insured=3000",
"contract_id": 517
}
}Parcel ID along with generated label.
Parcel ID, tracking details and generated label.