Selling Partner API SDK for JavaScript
Preparing search index...
@sp-api-sdk/fulfillment-inbound-api-2024-03-20
ListShipmentPalletsResponse
Interface ListShipmentPalletsResponse
The
listShipmentPallets
response.
interface
ListShipmentPalletsResponse
{
pagination
?:
Pagination
;
pallets
:
Pallet
[]
;
}
Index
Properties
pagination?
pallets
Properties
Optional
pagination
pagination
?:
Pagination
pallets
pallets
:
Pallet
[]
The pallets in a shipment.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
pagination
pallets
Selling Partner API SDK for JavaScript
Loading...
The
listShipmentPalletsresponse.