warehouseBasedDeliveryTimes property

List<WarehouseBasedDeliveryTime>? warehouseBasedDeliveryTimes
getter/setter pair

Indicates that the delivery time should be calculated per warehouse (shipping origin location) based on the settings of the selected carrier.

When set, no other transit time related field in DeliveryTime should be set.

Implementation

core.List<WarehouseBasedDeliveryTime>? warehouseBasedDeliveryTimes;