Show / Hide Table of Contents

Class Warehouse

A fulfillment warehouse, which stores and handles inventory.

Inheritance
object
Warehouse
Implements
IMessage<Warehouse>
IEquatable<Warehouse>
IDeepCloneable<Warehouse>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Shopping.Merchant.Accounts.V1
Assembly: Google.Shopping.Merchant.Accounts.V1.dll
Syntax
public sealed class Warehouse : IMessage<Warehouse>, IEquatable<Warehouse>, IDeepCloneable<Warehouse>, IBufferMessage, IMessage

Constructors

Warehouse()

Declaration
public Warehouse()

Warehouse(Warehouse)

Declaration
public Warehouse(Warehouse other)
Parameters
Type Name Description
Warehouse other

Properties

BusinessDayConfig

Business days of the warehouse. If not set, will be Monday to Friday by default.

Declaration
public 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
public WarehouseCutoffTime CutoffTime { get; set; }
Property Value
Type Description
WarehouseCutoffTime

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
public long HandlingDays { get; set; }
Property Value
Type Description
long

HasHandlingDays

Gets whether the "handling_days" field is set

Declaration
public bool HasHandlingDays { get; }
Property Value
Type Description
bool

HasName

Gets whether the "name" field is set

Declaration
public bool HasName { get; }
Property Value
Type Description
bool

Name

Required. The name of the warehouse. Must be unique within account.

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

ShippingAddress

Required. Shipping address of the warehouse.

Declaration
public Address ShippingAddress { get; set; }
Property Value
Type Description
Address
In this article
Back to top Generated by DocFX