Request parameters for listShipmentContentUpdatePreviews operation in FbaInboundApi.

FbaInboundApiListShipmentContentUpdatePreviewsRequest

interface FbaInboundApiListShipmentContentUpdatePreviewsRequest {
    inboundPlanId: string;
    pageSize?: number;
    paginationToken?: string;
    shipmentId: string;
}

Properties

inboundPlanId: string

Identifier of an inbound plan.

FbaInboundApiListShipmentContentUpdatePreviews

pageSize?: number

The number of content update previews to return.

FbaInboundApiListShipmentContentUpdatePreviews

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.

FbaInboundApiListShipmentContentUpdatePreviews

shipmentId: string

Identifier of a shipment. A shipment contains the boxes and units being inbounded.

FbaInboundApiListShipmentContentUpdatePreviews

MMNEPVFCICPMFPCPTTAAATR