Mark self-ship order items ready for dispatch
POST /v2/shipments/dispatch
This operation is used to mark self-ship order items as READY_TO_DISPATCH
from the seller warehouse.
- application/json
Request Body
shipments object[]
Array [shipmentId stringtentativeDeliveryDate date-time requireddeliveryPartner stringdispatchDate date-time requiredtrackingId stringfacilityId stringlocationId stringorderItems object[] required
Array [serialNumbers array[]invoiceDate date requiredinvoiceNumber stringorderItemId stringtaxRate number requiredquantity int32Possible values:
>= 1
]]
Responses
- 200
successful operation
- application/json
- Schema
- Example (from schema)
Schema
shipments object[]
Array [shipmentId stringprocessingStatus stringerrorCode stringerrorMessage string]
{
"shipments": [
{
"shipmentId": "string",
"processingStatus": "string",
"errorCode": "string",
"errorMessage": "string"
}
]
}
Loading...