Request parameters for generateTransportationOptions operation in FulfillmentInboundApi.

FulfillmentInboundApiGenerateTransportationOptionsRequest

interface FulfillmentInboundApiGenerateTransportationOptionsRequest {
    body: GenerateTransportationOptionsRequest;
    inboundPlanId: string;
}

Properties

Properties

The body of the request to `generateTransportationOptions`.

FulfillmentInboundApiGenerateTransportationOptions

inboundPlanId: string

Identifier of an inbound plan.

FulfillmentInboundApiGenerateTransportationOptions