Class: Google::Shopping::Merchant::Lfp::V1::LfpMerchantState::InventoryStats
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Lfp::V1::LfpMerchantState::InventoryStats
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/lfp/v1/lfpmerchantstate.rb
Overview
The inventory statistics for a merchant.
Instance Attribute Summary collapse
-
#submitted_entries ⇒ ::Integer
Number of entries (understanding entry as a pair of product and store) that were built based on provided inventories/sales and submitted to Google.
-
#submitted_in_stock_entries ⇒ ::Integer
Number of submitted in stock entries.
-
#submitted_products ⇒ ::Integer
Number of products from provided inventories/sales that were created from matches to existing online products provided by the merchant or to the Google catalog.
-
#unsubmitted_entries ⇒ ::Integer
Number of entries that were built based on provided inventories/sales and couldn't be submitted to Google due to errors like missing product.
Instance Attribute Details
#submitted_entries ⇒ ::Integer
Returns Number of entries (understanding entry as a pair of product and store) that were built based on provided inventories/sales and submitted to Google.
98 99 100 101 |
# File 'proto_docs/google/shopping/merchant/lfp/v1/lfpmerchantstate.rb', line 98 class InventoryStats include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#submitted_in_stock_entries ⇒ ::Integer
Returns Number of submitted in stock entries.
98 99 100 101 |
# File 'proto_docs/google/shopping/merchant/lfp/v1/lfpmerchantstate.rb', line 98 class InventoryStats include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#submitted_products ⇒ ::Integer
Returns Number of products from provided inventories/sales that were created from matches to existing online products provided by the merchant or to the Google catalog.
98 99 100 101 |
# File 'proto_docs/google/shopping/merchant/lfp/v1/lfpmerchantstate.rb', line 98 class InventoryStats include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unsubmitted_entries ⇒ ::Integer
Returns Number of entries that were built based on provided inventories/sales and couldn't be submitted to Google due to errors like missing product.
98 99 100 101 |
# File 'proto_docs/google/shopping/merchant/lfp/v1/lfpmerchantstate.rb', line 98 class InventoryStats include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |