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/'
yyyy-MM-ddTHH:mm:ssZ
.yyyy-MM-ddTHH:mm:ssZ
.OFFERED
, ACCEPTED
.confirmPlacementOptions
operation. Only shipments from the chosen placement option are returned. Query the shipment for more details.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
ACTIVE
, VOIDED
, SHIPPED
, ERRORED
.{
"createdAt": "2024-03-20T12:01:00Z",
"inboundPlanId": "wf1234abcd-1234-abcd-5678-1234abcd5678",
"lastUpdatedAt": "2024-03-28T13:15:30Z",
"marketplaceIds": [
"A2EUQ1WTGCTBG2"
],
"name": "FBA (03/20/2024, 12:01 PM)",
"packingOptions": [],
"placementOptions": [],
"shipments": [],
"sourceAddress": {
"addressLine1": "123 example street",
"addressLine2": "Floor 19",
"city": "Toronto",
"companyName": "Acme",
"countryCode": "CA",
"email": "email@email.com",
"name": "name",
"phoneNumber": "1234567890",
"postalCode": "M1M1M1",
"stateOrProvinceCode": "ON"
},
"status": "ACTIVE"
}