Class: Google::Shopping::Merchant::Accounts::V1::WarehouseBasedDeliveryTime

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

Indicates that the delivery time should be calculated per warehouse (shipping origin location) based on the settings of the selected carrier. When set, no other transit time related field in delivery_time should be set.

Instance Attribute Summary collapse

Instance Attribute Details

#carrier::String

Returns Required. Carrier, such as "UPS" or "Fedex". supported carriers.

Returns:



449
450
451
452
# File 'proto_docs/google/shopping/merchant/accounts/v1/shippingsettings.rb', line 449

class WarehouseBasedDeliveryTime
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#carrier_service::String

Returns Required. Carrier service, such as "ground" or "2 days". The name of the service must be in the eddSupportedServices list.

Returns:

  • (::String)

    Required. Carrier service, such as "ground" or "2 days". The name of the service must be in the eddSupportedServices list.



449
450
451
452
# File 'proto_docs/google/shopping/merchant/accounts/v1/shippingsettings.rb', line 449

class WarehouseBasedDeliveryTime
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#warehouse::String

Returns Required. Warehouse name. This should match warehouse.

Returns:

  • (::String)

    Required. Warehouse name. This should match warehouse.



449
450
451
452
# File 'proto_docs/google/shopping/merchant/accounts/v1/shippingsettings.rb', line 449

class WarehouseBasedDeliveryTime
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end