Show / Hide Table of Contents

Class ServiceStoreConfig

Stores that provide local delivery. Only valid with local delivery fulfillment.

Inheritance
object
ServiceStoreConfig
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.ShoppingContent.v2_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class ServiceStoreConfig : IDirectResponseSchema

Properties

CutoffConfig

Time local delivery ends for the day. This can be either local_cutoff_time or store_close_offset_hours, if both are provided an error is thrown.

Declaration
[JsonProperty("cutoffConfig")]
public virtual ServiceStoreConfigCutoffConfig CutoffConfig { get; set; }
Property Value
Type Description
ServiceStoreConfigCutoffConfig

ETag

The ETag of the item.

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

ServiceRadius

Maximum delivery radius. Only needed for local delivery fulfillment type.

Declaration
[JsonProperty("serviceRadius")]
public virtual Distance ServiceRadius { get; set; }
Property Value
Type Description
Distance

StoreCodes

A list of store codes that provide local delivery. If empty, then store_service_type must be all_stores, or an error is thrown. If not empty, then store_service_type must be selected_stores, or an error is thrown.

Declaration
[JsonProperty("storeCodes")]
public virtual IList<string> StoreCodes { get; set; }
Property Value
Type Description
IList<string>

StoreServiceType

Indicates whether all stores listed by this merchant provide local delivery or not. Acceptable values are all stores and selected stores

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