Request parameters for confirmShipmentContentUpdatePreview operation in FulfillmentInboundApi.

FulfillmentInboundApiConfirmShipmentContentUpdatePreviewRequest

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

Properties

contentUpdatePreviewId: string

Identifier of a content update preview.

FulfillmentInboundApiConfirmShipmentContentUpdatePreview

inboundPlanId: string

Identifier of an inbound plan.

FulfillmentInboundApiConfirmShipmentContentUpdatePreview

shipmentId: string

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

FulfillmentInboundApiConfirmShipmentContentUpdatePreview