Request parameters for getShipmentContentUpdatePreview operation in FulfillmentInboundApi.

FulfillmentInboundApiGetShipmentContentUpdatePreviewRequest

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

Properties

contentUpdatePreviewId: string

Identifier of a content update preview.

FulfillmentInboundApiGetShipmentContentUpdatePreview

inboundPlanId: string

Identifier of an inbound plan.

FulfillmentInboundApiGetShipmentContentUpdatePreview

shipmentId: string

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

FulfillmentInboundApiGetShipmentContentUpdatePreview