Class Warehouse
A fulfillment warehouse, which stores and handles inventory. Next tag: 7
Implements
Inherited Members
Namespace: Google.Apis.Merchant.accounts_v1beta.Data
Assembly: Google.Apis.Merchant.accounts_v1beta.dll
Syntax
public class Warehouse : IDirectResponseSchema
Properties
BusinessDayConfig
Business days of the warehouse. If not set, will be Monday to Friday by default.
Declaration
[JsonProperty("businessDayConfig")]
public virtual BusinessDayConfig BusinessDayConfig { get; set; }
Property Value
Type | Description |
---|---|
BusinessDayConfig |
CutoffTime
Required. The latest time of day that an order can be accepted and begin processing. Later orders will be processed in the next day. The time is based on the warehouse postal code.
Declaration
[JsonProperty("cutoffTime")]
public virtual WarehouseCutoffTime CutoffTime { get; set; }
Property Value
Type | Description |
---|---|
WarehouseCutoffTime |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
HandlingDays
Required. The number of days it takes for this warehouse to pack up and ship an item. This is on the warehouse level, but can be overridden on the offer level based on the attributes of an item.
Declaration
[JsonProperty("handlingDays")]
public virtual long? HandlingDays { get; set; }
Property Value
Type | Description |
---|---|
long? |
Name
Required. The name of the warehouse. Must be unique within account.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
ShippingAddress
Required. Shipping address of the warehouse.
Declaration
[JsonProperty("shippingAddress")]
public virtual Address ShippingAddress { get; set; }
Property Value
Type | Description |
---|---|
Address |