Rate (requests per second) | Burst |
---|---|
2 | 2 |
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.YYYY-MM-DD
. Items with the same MSKU but different expiration dates cannot go into the same box.AMAZON
, SELLER
or NONE
.{
"destinationMarketplaces": [
"ATVPDKIKX0DER"
],
"items": [
{
"expiration": "2024-01-01",
"labelOwner": "AMAZON",
"manufacturingLotCode": "manufacturingLotCode",
"msku": "Sunglasses",
"prepOwner": "AMAZON",
"quantity": 10
}
],
"name": "My inbound plan",
"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"
}
}
curl --location --request POST 'https://sandbox.sellingpartnerapi-na.amazon.com/inbound/fba/2024-03-20/inboundPlans' \
--header 'Content-Type: application/json' \
--data-raw '{
"destinationMarketplaces": [
"ATVPDKIKX0DER"
],
"items": [
{
"expiration": "2024-01-01",
"labelOwner": "AMAZON",
"manufacturingLotCode": "manufacturingLotCode",
"msku": "Sunglasses",
"prepOwner": "AMAZON",
"quantity": 10
}
],
"name": "My inbound plan",
"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"
}
}'
{
"inboundPlanId": "stringstringstringstringstringstringst",
"operationId": "stringstringstringstringstringstring"
}