Class: Google::Shopping::Merchant::Accounts::V1::Warehouse

Inherits:
Object
  • Object
show all
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

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.

Returns:



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.

Returns:



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.

Returns:

  • (::Integer)

    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.

Returns:

  • (::String)

    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.

Returns:



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