latestOpenAPI 3.0.12026-08-101292701.1 MB
f21981db32be
Fulfillment Cancellations
Gets a fulfillment cancellation by its unique identifier
Retrieves the details of a fulfillment cancellation. Supply the unique identifier of the cancellation.
get/fulfillment-cancellations/{id}
Path parameters
idstring required
Cancellation ID
Response
OK.
Example response
{
"id": "ret_5823594809",
"createdTime": "2018-04-25T20:36:00Z",
"fulfillmentOrderId": "ord_6645940010",
"upstreamId": "ord_6645940010",
"items": [
{
"fulfillmentOrderItemId": "99341140336",
"fulfillmentOrderItemUpstreamId": "99341140336",
"inventoryItemId": "5823594809",
"quantity": 1,
"quantityAccepted": 1,
"state": "accepted"
}
],
"reason": "requested_by_customer",
"state": "pending"
}