Class: Google::Shopping::Merchant::Accounts::V1::Warehouse
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Accounts::V1::Warehouse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/accounts/v1/shippingsettings.rb
Overview
A fulfillment warehouse, which stores and handles inventory.
Instance Attribute Summary collapse
-
#business_day_config ⇒ ::Google::Shopping::Merchant::Accounts::V1::BusinessDayConfig
Business days of the warehouse.
-
#cutoff_time ⇒ ::Google::Shopping::Merchant::Accounts::V1::WarehouseCutoffTime
Required.
-
#handling_days ⇒ ::Integer
Required.
-
#name ⇒ ::String
Required.
-
#shipping_address ⇒ ::Google::Shopping::Merchant::Accounts::V1::Address
Required.
Instance Attribute Details
#business_day_config ⇒ ::Google::Shopping::Merchant::Accounts::V1::BusinessDayConfig
Returns Business days of the warehouse. If not set, will be Monday to Friday by default.
283 284 285 286 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/shippingsettings.rb', line 283 class Warehouse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#cutoff_time ⇒ ::Google::Shopping::Merchant::Accounts::V1::WarehouseCutoffTime
Returns 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.
283 284 285 286 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/shippingsettings.rb', line 283 class Warehouse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#handling_days ⇒ ::Integer
Returns 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.
283 284 285 286 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/shippingsettings.rb', line 283 class Warehouse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. The name of the warehouse. Must be unique within account.
283 284 285 286 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/shippingsettings.rb', line 283 class Warehouse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#shipping_address ⇒ ::Google::Shopping::Merchant::Accounts::V1::Address
Returns Required. Shipping address of the warehouse.
283 284 285 286 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/shippingsettings.rb', line 283 class Warehouse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |