Reference documentation and code samples for the Google Shopping Merchant Accounts V1beta Client class Warehouse.
A fulfillment warehouse, which stores and handles inventory.
Next tag: 7
Generated from protobuf message google.shopping.merchant.accounts.v1beta.Warehouse
Namespace
Google \ Shopping \ Merchant \ Accounts \ V1betaMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. The name of the warehouse. Must be unique within account.
↳ shipping_address
↳ cutoff_time
Google\Shopping\Merchant\Accounts\V1beta\WarehouseCutoffTime
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.
↳ handling_days
int|string
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.
↳ business_day_config
Google\Shopping\Merchant\Accounts\V1beta\BusinessDayConfig
Business days of the warehouse. If not set, will be Monday to Friday by default.
getName
Required. The name of the warehouse. Must be unique within account.
string
hasName
clearName
setName
Required. The name of the warehouse. Must be unique within account.
var
string
$this
getShippingAddress
Required. Shipping address of the warehouse.
hasShippingAddress
clearShippingAddress
setShippingAddress
Required. Shipping address of the warehouse.
$this
getCutoffTime
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.
hasCutoffTime
clearCutoffTime
setCutoffTime
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.
$this
getHandlingDays
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.
int|string
hasHandlingDays
clearHandlingDays
setHandlingDays
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.
var
int|string
$this
getBusinessDayConfig
Business days of the warehouse.
If not set, will be Monday to Friday by default.
hasBusinessDayConfig
clearBusinessDayConfig
setBusinessDayConfig
Business days of the warehouse.
If not set, will be Monday to Friday by default.
$this