Selling Partner API SDK for JavaScript
    Preparing search index...

    Interface FulfillmentInboundApiConfirmShipmentContentUpdatePreviewRequest

    Request parameters for confirmShipmentContentUpdatePreview operation in FulfillmentInboundApi.

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

    Properties

    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.