Update delivery attempt for self-ship order items
POST /v2/shipments/deliveryAttempt
This operation is used to update the delivery attempt with failure reason and new delivery date for the 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...