Class: Google::Shopping::Merchant::Accounts::V1beta::Warehouse

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

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.

Returns:



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.

Returns:



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.

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.



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.

Returns:

  • (::String)

    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.

Returns:



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