Amazon Selling Partner API (SP-API) SDK for TypeScript
    Preparing search index...

    Interface FulfillmentInboundApiConfirmTransportationOptionsRequest

    Request parameters for confirmTransportationOptions operation in FulfillmentInboundApi.

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

    The body of the request to `confirmTransportationOptions`.

    inboundPlanId: string

    Identifier of an inbound plan.