Show / Hide Table of Contents

Class StoreConfig

A list of stores your products are delivered from. This is only valid for the local delivery shipment type.

Inheritance
object
StoreConfig
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX