Mark shipments ready for dispatch
POST /sellers/v3/shipments/dispatch
This operation is used to mark the shipments as READY_TO_DISPATCH
after the labels and invoices are generated and downloaded.
- application/json
Request Body
- shipmentIds string[]
Possible values:
>= 1
,<= 25
- locationId string
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...