Update delivery date for self-ship order items
POST /v2/shipments/delivery
This operation is used to update the delivery date for self-ship order items.
- application/json
Request Body
shipments object[] required
Array [shipmentId stringlocationId stringdeliveryDate date-time required]
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...