Class ShippingSettings
The merchant account's shipping settings. All methods except getsupportedcarriers and getsupportedholidays require the admin role.
Implements
Inherited Members
Namespace: Google.Apis.ShoppingContent.v2_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class ShippingSettings : IDirectResponseSchema
Properties
AccountId
The ID of the account to which these account shipping settings belong. Ignored upon update, always present in get request responses.
Declaration
[JsonProperty("accountId")]
public virtual ulong? AccountId { get; set; }
Property Value
Type | Description |
---|---|
ulong? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PostalCodeGroups
A list of postal code groups that can be referred to in services
. Optional.
Declaration
[JsonProperty("postalCodeGroups")]
public virtual IList<PostalCodeGroup> PostalCodeGroups { get; set; }
Property Value
Type | Description |
---|---|
IList<PostalCodeGroup> |
Services
The target account's list of services. Optional.
Declaration
[JsonProperty("services")]
public virtual IList<Service> Services { get; set; }
Property Value
Type | Description |
---|---|
IList<Service> |
Warehouses
Optional. A list of warehouses which can be referred to in services
.
Declaration
[JsonProperty("warehouses")]
public virtual IList<Warehouse> Warehouses { get; set; }
Property Value
Type | Description |
---|---|
IList<Warehouse> |