Request parameters for confirmTransportationOptions operation in FulfillmentInboundApi.

FulfillmentInboundApiConfirmTransportationOptionsRequest

interface FulfillmentInboundApiConfirmTransportationOptionsRequest {
    body: ConfirmTransportationOptionsRequest;
    inboundPlanId: string;
}

Properties

Properties

The body of the request to `confirmTransportationOptions`.

FulfillmentInboundApiConfirmTransportationOptions

inboundPlanId: string

Identifier of an inbound plan.

FulfillmentInboundApiConfirmTransportationOptions