list Packing Group Boxes
GET {{baseUrl}}/inbound/fba/2024-03-20/inboundPlans/:inboundPlanId/packingGroups/:packingGroupId/boxes
Retrieves a page of boxes from a given packing group. These boxes were previously provided through the setPackingInformation
operation. This API is used for workflows where boxes are packed before Amazon determines shipment splits.
Usage Plan:
Rate (requests per second) | Burst |
---|---|
2 | 30 |
The x-amzn-RateLimit-Limit
response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, refer to Usage Plans and Rate Limits in the Selling Partner API.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
pageSize | number | The number of packing group boxes to return in the response matching the given query. | |
paginationToken | string | A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the pagination returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string | ||
x-amz-access-token | string |
RESPONSES
status: OK
{"boxes":[{"packageId":"k-cmsLk-cmsLk-cmsLk-cmsLk-cmsLk-cmsLk-","boxId":"\u003cstring\u003e","contentInformationSource":"MANUAL_PROCESS","destinationRegion":{"countryCode":"\u003cstring\u003e","state":"\u003cstring\u003e","warehouseId":"\u003cstring\u003e"},"dimensions":{"height":"\u003cnumber\u003e","length":"\u003cnumber\u003e","unitOfMeasurement":"CM","width":"\u003cnumber\u003e"},"items":[{"asin":"\u003cstring\u003e","fnsku":"\u003cstring\u003e","labelOwner":"\u003cstring\u003e","msku":"\u003cstring\u003e","prepInstructions":[{"fee":{"amount":"\u003cnumber\u003e","code":"\u003cstring\u003e"},"prepOwner":"\u003cstring\u003e","prepType":"\u003cstring\u003e"},{"fee":{"amount":"\u003cnumber\u003e","code":"\u003cstring\u003e"},"prepOwner":"\u003cstring\u003e","prepType":"\u003cstring\u003e"}],"quantity":"\u003cinteger\u003e","expiration":"1180-01-24","manufacturingLotCode":"\u003cstring\u003e"},{"asin":"\u003cstring\u003e","fnsku":"\u003cstring\u003e","labelOwner":"\u003cstring\u003e","msku":"\u003cstring\u003e","prepInstructions":[{"fee":{"amount":"\u003cnumber\u003e","code":"\u003cstring\u003e"},"prepOwner":"\u003cstring\u003e","prepType":"\u003cstring\u003e"},{"fee":{"amount":"\u003cnumber\u003e","code":"\u003cstring\u003e"},"prepOwner":"\u003cstring\u003e","prepType":"\u003cstring\u003e"}],"quantity":"\u003cinteger\u003e","expiration":"5600-03-30","manufacturingLotCode":"\u003cstring\u003e"}],"quantity":"\u003cinteger\u003e","templateName":"\u003cstring\u003e","weight":{"unit":"LB","value":"\u003cnumber\u003e"}},{"packageId":"gxVI5u1gxVI5u1gxVI5u1gxVI5u1gxVI5u1gxV","boxId":"\u003cstring\u003e","contentInformationSource":"BOX_CONTENT_PROVIDED","destinationRegion":{"countryCode":"\u003cstring\u003e","state":"\u003cstring\u003e","warehouseId":"\u003cstring\u003e"},"dimensions":{"height":"\u003cnumber\u003e","length":"\u003cnumber\u003e","unitOfMeasurement":"IN","width":"\u003cnumber\u003e"},"items":[{"asin":"\u003cstring\u003e","fnsku":"\u003cstring\u003e","labelOwner":"\u003cstring\u003e","msku":"\u003cstring\u003e","prepInstructions":[{"fee":{"amount":"\u003cnumber\u003e","code":"\u003cstring\u003e"},"prepOwner":"\u003cstring\u003e","prepType":"\u003cstring\u003e"},{"fee":{"amount":"\u003cnumber\u003e","code":"\u003cstring\u003e"},"prepOwner":"\u003cstring\u003e","prepType":"\u003cstring\u003e"}],"quantity":"\u003cinteger\u003e","expiration":"9500-12-31","manufacturingLotCode":"\u003cstring\u003e"},{"asin":"\u003cstring\u003e","fnsku":"\u003cstring\u003e","labelOwner":"\u003cstring\u003e","msku":"\u003cstring\u003e","prepInstructions":[{"fee":{"amount":"\u003cnumber\u003e","code":"\u003cstring\u003e"},"prepOwner":"\u003cstring\u003e","prepType":"\u003cstring\u003e"},{"fee":{"amount":"\u003cnumber\u003e","code":"\u003cstring\u003e"},"prepOwner":"\u003cstring\u003e","prepType":"\u003cstring\u003e"}],"quantity":"\u003cinteger\u003e","expiration":"1863-02-15","manufacturingLotCode":"\u003cstring\u003e"}],"quantity":"\u003cinteger\u003e","templateName":"\u003cstring\u003e","weight":{"unit":"LB","value":"\u003cnumber\u003e"}}],"pagination":{"nextToken":"\u003cstring\u003e"}}