Class LfpMerchantState.Types.InventoryStats
The inventory statistics for a merchant.
Implements
Namespace: Google.Shopping.Merchant.Lfp.V1
Assembly: Google.Shopping.Merchant.Lfp.V1.dll
Syntax
public sealed class LfpMerchantState.Types.InventoryStats : IMessage<LfpMerchantState.Types.InventoryStats>, IEquatable<LfpMerchantState.Types.InventoryStats>, IDeepCloneable<LfpMerchantState.Types.InventoryStats>, IBufferMessage, IMessage
Constructors
InventoryStats()
Declaration
public InventoryStats()
InventoryStats(InventoryStats)
Declaration
public InventoryStats(LfpMerchantState.Types.InventoryStats other)
Parameters
Type | Name | Description |
---|---|---|
LfpMerchantState.Types.InventoryStats | other |
Properties
SubmittedEntries
Number of entries (understanding entry as a pair of product and store) that were built based on provided inventories/sales and submitted to Google.
Declaration
public long SubmittedEntries { get; set; }
Property Value
Type | Description |
---|---|
long |
SubmittedInStockEntries
Number of submitted in stock entries.
Declaration
public long SubmittedInStockEntries { get; set; }
Property Value
Type | Description |
---|---|
long |
SubmittedProducts
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.
Declaration
public long SubmittedProducts { get; set; }
Property Value
Type | Description |
---|---|
long |
UnsubmittedEntries
Number of entries that were built based on provided inventories/sales and couldn't be submitted to Google due to errors like missing product.
Declaration
public long UnsubmittedEntries { get; set; }
Property Value
Type | Description |
---|---|
long |