Rate (requests per second) | Burst |
---|---|
5 | 15 |
curl --location --request GET 'https://sandbox.sellingpartnerapi-na.amazon.com/fba/inbound/v0/shipments?language=en_US&ShipmentStatusList=WORKING,SHIPPED,RECEIVING,CLOSED'
FBA1234ABCD
).UNCONFIRMED
, then transition to WORKING
after a placement option has been confirmed, and then to READY_TO_SHIP
once labels are generated.ABANDONED
, CANCELLED
, CHECKED_IN
, CLOSED
, DELETED
, DELIVERED
, IN_TRANSIT
, MIXED
, READY_TO_SHIP
, RECEIVING
, SHIPPED
, UNCONFIRMED
, WORKING
{
"shipmentId": "89108749065090",
"clientReferenceId": "911-7267646-6348616",
"shipFrom": {},
"shipTo": {},
"acceptedRate": {
"billedWeight": {
"value": 4,
"unit": "kg"
},
"totalCharge": {
"value": 3.5,
"unit": "GBP"
},
"serviceType": "Amazon Shipping Standard",
"promise": {
"deliveryWindow": {
"start": "2018-08-25T20:22:30.737Z",
"end": "2018-08-26T20:22:30.737Z"
},
"receiveWindow": {
"start": "2018-08-23T09:22:30.737Z",
"end": "2018-08-23T11:22:30.737Z"
}
}
},
"shipper": {
"accountId": "2755049166"
},
"containers": [
{
"containerReferenceId": "CRI123456789",
"items": [
{
"title": "String",
"unitWeight": {
"value": 0.08164656,
"unit": "kg"
},
"quantity": 2,
"unitPrice": {
"value": 14.99,
"unit": "GBP"
}
}
],
"dimensions": {
"height": 12,
"length": 36,
"width": 31,
"unit": "CM"
},
"containerType": "PACKAGE",
"weight": {
"unit": "kg",
"value": 4
},
"value": {
"value": 29.98,
"unit": "GBP"
}
}
]
}