Class DeliveryTime
Time spent in various aspects from order to the delivery of the product.
Implements
Inherited Members
Namespace: Google.Apis.Merchant.accounts_v1beta.Data
Assembly: Google.Apis.Merchant.accounts_v1beta.dll
Syntax
public class DeliveryTime : IDirectResponseSchema
Properties
CutoffTime
Business days cutoff time definition. If not configured the cutoff time will be defaulted to 8AM PST.
Declaration
[JsonProperty("cutoffTime")]
public virtual CutoffTime CutoffTime { get; set; }
Property Value
Type | Description |
---|---|
CutoffTime |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
HandlingBusinessDayConfig
The business days during which orders can be handled. If not provided, Monday to Friday business days will be assumed.
Declaration
[JsonProperty("handlingBusinessDayConfig")]
public virtual BusinessDayConfig HandlingBusinessDayConfig { get; set; }
Property Value
Type | Description |
---|---|
BusinessDayConfig |
MaxHandlingDays
Maximum number of business days spent before an order is shipped. 0 means same day shipped, 1 means next day
shipped. Must be greater than or equal to min_handling_days
. 'min_handling_days' and 'max_handling_days'
should be either set or not set at the same time.
Declaration
[JsonProperty("maxHandlingDays")]
public virtual int? MaxHandlingDays { get; set; }
Property Value
Type | Description |
---|---|
int? |
MaxTransitDays
Maximum number of business days that is spent in transit. 0 means same day delivery, 1 means next day
delivery. Must be greater than or equal to min_transit_days
.
Declaration
[JsonProperty("maxTransitDays")]
public virtual int? MaxTransitDays { get; set; }
Property Value
Type | Description |
---|---|
int? |
MinHandlingDays
Minimum number of business days spent before an order is shipped. 0 means same day shipped, 1 means next day shipped. 'min_handling_days' and 'max_handling_days' should be either set or not set at the same time.
Declaration
[JsonProperty("minHandlingDays")]
public virtual int? MinHandlingDays { get; set; }
Property Value
Type | Description |
---|---|
int? |
MinTransitDays
Minimum number of business days that is spent in transit. 0 means same day delivery, 1 means next day
delivery. Either min_transit_days
, max_transit_days
or transit_time_table
must be set, but not both.
Declaration
[JsonProperty("minTransitDays")]
public virtual int? MinTransitDays { get; set; }
Property Value
Type | Description |
---|---|
int? |
TransitBusinessDayConfig
The business days during which orders can be in-transit. If not provided, Monday to Friday business days will be assumed.
Declaration
[JsonProperty("transitBusinessDayConfig")]
public virtual BusinessDayConfig TransitBusinessDayConfig { get; set; }
Property Value
Type | Description |
---|---|
BusinessDayConfig |
TransitTimeTable
Transit time table, number of business days spent in transit based on row and column dimensions. Either
min_transit_days
, max_transit_days
or transit_time_table
can be set, but not both.
Declaration
[JsonProperty("transitTimeTable")]
public virtual TransitTable TransitTimeTable { get; set; }
Property Value
Type | Description |
---|---|
TransitTable |
WarehouseBasedDeliveryTimes
Optional. 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 delivery time should be set.
Declaration
[JsonProperty("warehouseBasedDeliveryTimes")]
public virtual IList<WarehouseBasedDeliveryTime> WarehouseBasedDeliveryTimes { get; set; }
Property Value
Type | Description |
---|---|
IList<WarehouseBasedDeliveryTime> |