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

    The time range in which an item will likely be shipped once an order has been placed.

    interface DetailedShippingTimeType {
        availabilityType?: DetailedShippingTimeTypeAvailabilityTypeEnum;
        availableDate?: string;
        maximumHours?: number;
        minimumHours?: number;
    }
    Index

    Properties

    Indicates whether the item is available for shipping now, or on a known or an unknown date in the future. If known, the availableDate property indicates the date that the item will be available for shipping. Possible values: NOW, FUTURE_WITHOUT_DATE, FUTURE_WITH_DATE.

    availableDate?: string

    The date when the item will be available for shipping. Only displayed for items that are not currently available for shipping.

    maximumHours?: number

    The maximum time, in hours, that the item will likely be shipped after the order has been placed.

    minimumHours?: number

    The minimum time, in hours, that the item will likely be shipped after the order has been placed.