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

    The shipping option available for the offer.

    interface ShippingOption {
        price: MoneyType;
        shippingOptionType: "DEFAULT";
    }
    Index
    price: MoneyType
    shippingOptionType: "DEFAULT"

    The type of shipping option.