Request parameters for generatePlacementOptions operation in FulfillmentInboundApi.

FulfillmentInboundApiGeneratePlacementOptionsRequest

interface FulfillmentInboundApiGeneratePlacementOptionsRequest {
    body: GeneratePlacementOptionsRequest;
    inboundPlanId: string;
}

Properties

Properties

The body of the request to `generatePlacementOptions`.

FulfillmentInboundApiGeneratePlacementOptions

inboundPlanId: string

Identifier of an inbound plan.

FulfillmentInboundApiGeneratePlacementOptions