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

    Interface FulfillmentInboundApiGetShipmentContentUpdatePreviewRequest

    Request parameters for getShipmentContentUpdatePreview operation in FulfillmentInboundApi.

    interface FulfillmentInboundApiGetShipmentContentUpdatePreviewRequest {
        contentUpdatePreviewId: string;
        inboundPlanId: string;
        shipmentId: string;
    }
    Index
    contentUpdatePreviewId: string

    Identifier of a content update preview.

    inboundPlanId: string

    Identifier of an inbound plan.

    shipmentId: string

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