Class InventoryStats
The inventory statistics for a merchant.
Implements
Inherited Members
Namespace: Google.Apis.Merchant.lfp_v1beta.Data
Assembly: Google.Apis.Merchant.lfp_v1beta.dll
Syntax
public class InventoryStats : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
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
[JsonProperty("submittedEntries")]
public virtual long? SubmittedEntries { get; set; }
Property Value
Type | Description |
---|---|
long? |
SubmittedInStockEntries
Number of submitted in stock entries.
Declaration
[JsonProperty("submittedInStockEntries")]
public virtual 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
[JsonProperty("submittedProducts")]
public virtual 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
[JsonProperty("unsubmittedEntries")]
public virtual long? UnsubmittedEntries { get; set; }
Property Value
Type | Description |
---|---|
long? |