Class: Google::Shopping::Merchant::Inventories::V1::InsertLocalInventoryRequest

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

Overview

Request message for the InsertLocalInventory method.

Instance Attribute Summary collapse

Instance Attribute Details

#local_inventory::Google::Shopping::Merchant::Inventories::V1::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:



105
106
107
108
# File 'proto_docs/google/shopping/merchant/inventories/v1/localinventory.rb', line 105

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}



105
106
107
108
# File 'proto_docs/google/shopping/merchant/inventories/v1/localinventory.rb', line 105

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