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