Cancel order items in a shipment
POST /sellers/v3/shipments/cancel
This operation allows client to cancel order items inside shipment before marking them PACKED
- application/json
Request Body
shipments object[]
Possible values:
>= 1
,<= 25
Array [shipmentId stringreason stringlocationId stringcancellationGroupIds 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...