Request parameters for generateShipmentContentUpdatePreviews operation in FulfillmentInboundApi.

FulfillmentInboundApiGenerateShipmentContentUpdatePreviewsRequest

interface FulfillmentInboundApiGenerateShipmentContentUpdatePreviewsRequest {
    body: GenerateShipmentContentUpdatePreviewsRequest;
    inboundPlanId: string;
    shipmentId: string;
}

Properties

The body of the request to `generateShipmentContentUpdatePreviews`.

FulfillmentInboundApiGenerateShipmentContentUpdatePreviews

inboundPlanId: string

Identifier of an inbound plan.

FulfillmentInboundApiGenerateShipmentContentUpdatePreviews

shipmentId: string

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

FulfillmentInboundApiGenerateShipmentContentUpdatePreviews