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.packingGroup
that packages are grouped according to. The PackingGroupId
can only be provided before placement confirmation, and it must belong to the confirmed PackingOption
. One of ShipmentId
or PackingGroupId
must be provided with every request.ShipmentId
can only be provided after placement confirmation, and the shipment must belong to the confirmed placement option. One of ShipmentId
or PackingGroupId
must be provided with every request.{
"packageGroupings": [
{
"boxes": [
{
"contentInformationSource": "BOX_CONTENT_PROVIDED",
"dimensions": {
"height": 5,
"length": 3,
"unitOfMeasurement": "CM",
"width": 4
},
"items": [
{
"expiration": "2024-01-01",
"labelOwner": "AMAZON",
"manufacturingLotCode": "manufacturingLotCode",
"msku": "Sunglasses",
"prepOwner": "AMAZON",
"quantity": 10
}
],
"quantity": 2,
"weight": {
"unit": "KG",
"value": 5.5
}
}
],
"packingGroupId": "pg1234abcd-1234-abcd-5678-1234abcd5678",
"shipmentId": "sh1234abcd-1234-abcd-5678-1234abcd5678"
}
]
}
curl --location --request POST 'https://sandbox.sellingpartnerapi-na.amazon.com/inbound/fba/2024-03-20/inboundPlans//packingInformation' \
--header 'Content-Type: application/json' \
--data-raw '{
"packageGroupings": [
{
"boxes": [
{
"contentInformationSource": "BOX_CONTENT_PROVIDED",
"dimensions": {
"height": 5,
"length": 3,
"unitOfMeasurement": "CM",
"width": 4
},
"items": [
{
"expiration": "2024-01-01",
"labelOwner": "AMAZON",
"manufacturingLotCode": "manufacturingLotCode",
"msku": "Sunglasses",
"prepOwner": "AMAZON",
"quantity": 10
}
],
"quantity": 2,
"weight": {
"unit": "KG",
"value": 5.5
}
}
],
"packingGroupId": "pg1234abcd-1234-abcd-5678-1234abcd5678",
"shipmentId": "sh1234abcd-1234-abcd-5678-1234abcd5678"
}
]
}'
{
"operationId": "stringstringstringstringstringstring"
}