Skip to main content

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

NameTypeDescription
total ⚠️FloatTotal value. This field is deprecated. ⚠️ Deprecated: No longer supported
itemCount ⚠️FloatItem count. This field is deprecated. ⚠️ Deprecated: No longer supported
stockCount ⚠️FloatStock count. This field is deprecated. ⚠️ Deprecated: No longer supported
listingsCount ⚠️FloatListings count. This field is deprecated. ⚠️ Deprecated: No longer supported
inventoryConfigAnalyticsEntryInventory count statistics.
ordersConfigAnalyticsEntryOrder count statistics.
customersConfigAnalyticsEntryCustomer count statistics.
campaignsConfigAnalyticsEntryCampaign count statistics.
inTouchConfigAnalyticsEntry!InTouch contact count statistics.
invoicesConfigAnalyticsInvoiceEntryInvoice total statistics.