ConfigStatistics Object
Description
Statistics configuration for the shop.
Declaration
type ConfigStatistics {
total: Float
itemCount: Float
stockCount: Float
listingsCount: Float
inventory: ConfigAnalyticsEntry
orders: ConfigAnalyticsEntry
customers: ConfigAnalyticsEntry
campaigns: ConfigAnalyticsEntry
inTouch: ConfigAnalyticsEntry!
invoices: ConfigAnalyticsInvoiceEntry
}
Fields
| Name | Type | Description |
|---|---|---|
total ⚠️ | Float | Total value. This field is deprecated. ⚠️ Deprecated: No longer supported |
itemCount ⚠️ | Float | Item count. This field is deprecated. ⚠️ Deprecated: No longer supported |
stockCount ⚠️ | Float | Stock count. This field is deprecated. ⚠️ Deprecated: No longer supported |
listingsCount ⚠️ | Float | Listings count. This field is deprecated. ⚠️ Deprecated: No longer supported |
inventory | ConfigAnalyticsEntry | Inventory count statistics. |
orders | ConfigAnalyticsEntry | Order count statistics. |
customers | ConfigAnalyticsEntry | Customer count statistics. |
campaigns | ConfigAnalyticsEntry | Campaign count statistics. |
inTouch | ConfigAnalyticsEntry! | InTouch contact count statistics. |
invoices | ConfigAnalyticsInvoiceEntry | Invoice total statistics. |