Trigger label generation for shipments
POST /sellers/v3/shipments/labels
This operation triggers the generation of invoice and shipping labels for the shipment ids and marks shipments as PACKED
. Maximum 25 shipments allower per request.
- application/json
Request Body
shipments object[]
Possible values:
>= 1
,<= 25
Array [shipmentId stringlocationId stringtaxItems object[]
Array [orderItemId stringpurchasePrice doubletaxRate number requiredquantity int32Possible values:
>= 1
]serialNumbers object[]
Array [orderItemId stringserialNumbers array[]]invoices object[]
Possible values:
>= 1
,<= 2147483647
Array [orderId string requiredinvoiceDate date-time requiredinvoiceNumber string]subShipments object[]
Array [subShipmentId string requireddimensions object required
length numberbreadth numberheight numberweight number]ignoreWarning boolean]
Responses
- 200
successful operation
- application/json
- Schema
- Example (from schema)
Schema
shipments object[]
Array [shipmentId stringstatus stringerrorCode stringerrorMessage string]
{
"shipments": [
{
"shipmentId": "string",
"status": "string",
"errorCode": "string",
"errorMessage": "string"
}
]
}
Loading...