Update logistics form acknowledgement number
POST /sellers/v3/shipments/forms/updateAck
This operation allows client to update ACK number for form failed shipments. Maximum 25 shipments allowed per request.
- application/json
Request Body required
shipments object[] required
Array [shipmentId string requiredforms object[] required
Array [name string requiredackNumber string required]]
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...