list Shipment Pallets

GET {{baseUrl}}/inbound/fba/2024-03-20/inboundPlans/:inboundPlanId/shipments/:shipmentId/pallets

Provides a paginated list of pallet packages in a shipment. A palletized shipment will have pallets when the related details are provided after generating Less-Than-Truckload (LTL) carrier shipments.

Usage Plan:

Rate (requests per second)Burst
230

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

KeyDatatypeRequiredDescription
pageSizenumberThe number of pallets to return in the response matching the given query.
paginationTokenstringA 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

KeyDatatypeRequiredDescription
Acceptstring
x-amz-access-tokenstring

RESPONSES

status: OK

{"pallets":[{"packageId":"DBD-J98cVBDBD-J98cVBDBD-J98cVBDBD-J98c","dimensions":{"height":"\u003cnumber\u003e","length":"\u003cnumber\u003e","unitOfMeasurement":"CM","width":"\u003cnumber\u003e"},"quantity":"\u003cinteger\u003e","stackability":"NON_STACKABLE","weight":{"unit":"KG","value":"\u003cnumber\u003e"}},{"packageId":"AOAOAOAOAOAOAOAOAOAOAOAOAOAOAOAOAOAOAO","dimensions":{"height":"\u003cnumber\u003e","length":"\u003cnumber\u003e","unitOfMeasurement":"CM","width":"\u003cnumber\u003e"},"quantity":"\u003cinteger\u003e","stackability":"NON_STACKABLE","weight":{"unit":"LB","value":"\u003cnumber\u003e"}}],"pagination":{"nextToken":"\u003cstring\u003e"}}