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

Export

DetailedShippingTimeType

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

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.

Memberof

DetailedShippingTimeType

availableDate?: string

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

Memberof

DetailedShippingTimeType

maximumHours?: number

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

Memberof

DetailedShippingTimeType

minimumHours?: number

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

Memberof

DetailedShippingTimeType