Amazon Selling Partner API (SP-API) SDK for TypeScript
    Preparing search index...

    The listInboundPlanPallets response.

    interface ListInboundPlanPalletsResponse {
        pagination?: Pagination;
        pallets: Pallet[];
    }
    Index
    pagination?: Pagination
    pallets: Pallet[]

    The pallets in an inbound plan.