Request parameters for listPackingGroupBoxes operation in FulfillmentInboundApi.

FulfillmentInboundApiListPackingGroupBoxesRequest

interface FulfillmentInboundApiListPackingGroupBoxesRequest {
    inboundPlanId: string;
    packingGroupId: string;
    pageSize?: number;
    paginationToken?: string;
}

Properties

inboundPlanId: string

Identifier of an inbound plan.

FulfillmentInboundApiListPackingGroupBoxes

packingGroupId: string

Identifier of a packing group.

FulfillmentInboundApiListPackingGroupBoxes

pageSize?: number

The number of packing group boxes to return in the response matching the given query.

FulfillmentInboundApiListPackingGroupBoxes

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.

FulfillmentInboundApiListPackingGroupBoxes