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

    Interface FulfillmentInboundApiGenerateTransportationOptionsRequest

    Request parameters for generateTransportationOptions operation in FulfillmentInboundApi.

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

    The body of the request to `generateTransportationOptions`.

    inboundPlanId: string

    Identifier of an inbound plan.