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

    The response to the retrieveShippingOptions operation. The response contains shipping options on a per-package basis from which the seller has to select one shipping option while they retrieve the shipping label. If the particular marketplace channel does not support scheduled shipping options, then this response will be empty.

    interface ShippingOptionsResponse {
        recommendedShippingOption?: ShippingOptions;
        shippingOptions?: ShippingOptions[];
    }
    Index
    recommendedShippingOption?: ShippingOptions
    shippingOptions?: ShippingOptions[]

    A list of shipping options.