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

    Shipping options for a single package.

    interface ShippingOptions {
        carrierName?: string;
        handoverLocation?: HandoverLocation;
        pickupWindow?: TimeWindow;
        shipBy: ShippingOptionsShipByEnum;
        shippingOptionId: string;
        timeSlot?: TimeWindow;
    }
    Index
    carrierName?: string

    The carrier name for the offering.

    handoverLocation?: HandoverLocation
    pickupWindow?: TimeWindow

    The shipper type.

    shippingOptionId: string

    An identifier for the shipping option.

    timeSlot?: TimeWindow