Selling Partner API SDK for JavaScript
    Preparing search index...

    Shipping options for a single package.

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

    Properties

    carrierName?: string

    The carrier name for the offering.

    pickupWindow?: TimeWindow

    The shipper type.

    shippingOptionId: string

    An identifier for the shipping option.

    timeSlot?: TimeWindow