transportationOptionId
inside acceptedTransportationSelection
can be used to retrieve the transportation details for the shipment.Rate (requests per second) | Burst |
---|---|
2 | 6 |
x-amzn-RateLimit-Limit
response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to Usage Plans and Rate Limits in the Selling Partner API.curl --location --request GET 'https://sandbox.sellingpartnerapi-na.amazon.com/inbound/fba/2024-03-20/inboundPlans//shipments/'
AMAZON_OPTIMIZED
, AMAZON_WAREHOUSE
.AMAZON_OPTIMIZED
.NONE
, FC_50
, FC_55
, FC_60
, FC_65
, FC_70
, FC_77_5
, FC_85
, FC_92_5
, FC_100
, FC_110
, FC_125
, FC_150
, FC_175
, FC_200
, FC_250
, FC_300
, FC_400
, FC_500
.AVAILABLE
, CONGESTED
FBA1234ABCD
).SELLER_FACILITY
.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
{
"destination": {
"destinationType": "AMAZON_OPTIMIZED"
},
"freightInformation": {
"declaredValue": {
"amount": 5.5,
"code": "CAD"
},
"freightClass": "FC_50"
},
"inboundPlanId": "wf1234abcd-1234-abcd-5678-1234abcd5678",
"placementOptionId": "pl1234abcd-1234-abcd-5678-1234abcd5678",
"selectedDeliveryWindow": {
"availabilityType": "AVAILABLE",
"deliveryWindowOptionId": "dw1234abcd-1234-abcd-5678-1234abcd5678",
"editableUntil": "2024-01-05T20:00:00.000Z",
"endDate": "2024-01-05T20:00:00.000Z",
"startDate": "2024-01-05T14:00:00.000Z"
},
"shipmentConfirmationId": "shipmentConfirmationId",
"shipmentId": "sh1234abcd-1234-abcd-5678-1234abcd5678",
"source": {
"sourceType": "SELLER_FACILITY"
}
}