Request parameters for confirmPlacementOption operation in FulfillmentInboundApi.

FulfillmentInboundApiConfirmPlacementOptionRequest

interface FulfillmentInboundApiConfirmPlacementOptionRequest {
    inboundPlanId: string;
    placementOptionId: string;
}

Properties

inboundPlanId: string

Identifier of an inbound plan.

FulfillmentInboundApiConfirmPlacementOption

placementOptionId: string

The identifier of a placement option. A placement option represents the shipment splits and destinations of SKUs.

FulfillmentInboundApiConfirmPlacementOption