Show / Hide Table of Contents

Class WarehouseBasedDeliveryTime

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.

Inheritance
object
WarehouseBasedDeliveryTime
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Merchant.accounts_v1beta.Data
Assembly: Google.Apis.Merchant.accounts_v1beta.dll
Syntax
public class WarehouseBasedDeliveryTime : IDirectResponseSchema

Properties

Carrier

Required. Carrier, such as "UPS" or "Fedex". supported carriers

Declaration
[JsonProperty("carrier")]
public virtual string Carrier { get; set; }
Property Value
Type Description
string

CarrierService

Required. Carrier service, such as "ground" or "2 days". The name of the service must be in the eddSupportedServices list.

Declaration
[JsonProperty("carrierService")]
public virtual string CarrierService { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Warehouse

Required. Warehouse name. This should match warehouse

Declaration
[JsonProperty("warehouse")]
public virtual string Warehouse { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX