Class: Google::Shopping::Merchant::Inventories::V1beta::InsertLocalInventoryRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/shopping/merchant/inventories/v1beta/localinventory.rb

Overview

Request message for the InsertLocalInventory method.

Instance Attribute Summary collapse

Instance Attribute Details

#local_inventory::Google::Shopping::Merchant::Inventories::V1beta::LocalInventory

Returns Required. Local inventory information of the product. If the product already has a LocalInventory resource for the same storeCode, full replacement of the LocalInventory resource is performed.

Returns:



145
146
147
148
# File 'proto_docs/google/shopping/merchant/inventories/v1beta/localinventory.rb', line 145

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

#parent::String

Returns Required. The account and product where this inventory will be inserted. Format: accounts/{account}/products/{product}.

Returns:

  • (::String)

    Required. The account and product where this inventory will be inserted. Format: accounts/{account}/products/{product}



145
146
147
148
# File 'proto_docs/google/shopping/merchant/inventories/v1beta/localinventory.rb', line 145

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