Class StoreConfig
A list of stores your products are delivered from. This is only valid for the local delivery shipment type.
Implements
Inherited Members
Namespace: Google.Apis.Merchant.accounts_v1beta.Data
Assembly: Google.Apis.Merchant.accounts_v1beta.dll
Syntax
public class StoreConfig : IDirectResponseSchema
Properties
CutoffConfig
Configs related to local delivery ends for the day.
Declaration
[JsonProperty("cutoffConfig")]
public virtual CutoffConfig CutoffConfig { get; set; }
Property Value
Type | Description |
---|---|
CutoffConfig |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ServiceRadius
Maximum delivery radius. This is only required for the local delivery shipment type.
Declaration
[JsonProperty("serviceRadius")]
public virtual Distance ServiceRadius { get; set; }
Property Value
Type | Description |
---|---|
Distance |
StoreCodes
Optional. A list of store codes that provide local delivery. If empty, then all_stores
must be true.
Declaration
[JsonProperty("storeCodes")]
public virtual IList<string> StoreCodes { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
StoreServiceType
Indicates whether all stores, or selected stores, listed by this merchant provide local delivery.
Declaration
[JsonProperty("storeServiceType")]
public virtual string StoreServiceType { get; set; }
Property Value
Type | Description |
---|---|
string |