OBJECT

Counters

link GraphQL Schema definition

1type Counters {
2# Required permission: Account:read
3#
4# Arguments
5# where: (self-explanatory)
6accounts(where: AccountFilter): Int!
7
8# Required permission: AdminUser:read
9#
10# Arguments
11# where: (self-explanatory)
12adminUsers(where: AdminUserFilter): Int!
13
14# Required permission: Affiliate:read
15#
16# Store restrictions apply.
17#
18# Arguments
19# where: (self-explanatory)
20affiliates(where: AffiliateFilter): Int!
21
22# Required permission: AllocationRule:read
23#
24# Arguments
25# where: (self-explanatory)
26allocationRules(where: AllocationRuleFilter): Int!
27
28# Required permission: Brand:read
29#
30# Store restrictions apply.
31#
32# Arguments
33# where: (self-explanatory)
34brands(where: BrandFilter): Int!
35
36# Required permission: BrickAndMortar:read
37#
38# Arguments
39# where: (self-explanatory)
40brickAndMortars(where: BrickAndMortarFilter): Int!
41
42# Required permission: Bundle:read
43#
44# Arguments
45# where: (self-explanatory)
46bundles(where: BundleFilter): Int!
47
48# Required permission: Campaign:read
49#
50# Store restrictions apply.
51#
52# Arguments
53# where: (self-explanatory)
54campaigns(where: CampaignFilter): Int!
55
56# Required permission: Category:read
57#
58# Store restrictions apply.
59#
60# Arguments
61# where: (self-explanatory)
62categories(where: CategoryFilter): Int!
63
64# Required permission: Collection:read
65#
66# Arguments
67# where: (self-explanatory)
68collections(where: CollectionFilter): Int!
69
70# Required permission: Country:read
71#
72# Arguments
73# where: (self-explanatory)
74countries(where: CountryFilter): Int!
75
76# Required permission: Currency:read
77#
78# Arguments
79# where: (self-explanatory)
80currencies(where: CurrencyFilter): Int!
81
82# Required permission: Customer:read
83#
84# Store restrictions apply.
85#
86# Arguments
87# where: (self-explanatory)
88customers(where: CustomerFilter): Int!
89
90# Required permission: DeliveryWindow:read
91#
92# Arguments
93# where: (self-explanatory)
94deliveryWindows(where: DeliveryWindowFilter): Int!
95
96# Required permission: Display:read
97#
98# Store restrictions apply.
99#
100# Arguments
101# where: (self-explanatory)
102displays(where: DisplayFilter): Int!
103
104# Required permission: Display:read
105#
106# Store restrictions apply.
107#
108# Arguments
109# where: (self-explanatory)
110displayItems(where: DisplayItemFilter): Int!
111
112# Required permission: Folder:read
113#
114# Arguments
115# where: (self-explanatory)
116folders(where: FolderFilter): Int!
117
118# Required permission: GiftCertificateGenerator:read
119#
120# Store restrictions apply.
121#
122# Arguments
123# where: (self-explanatory)
124giftCertificateGenerators(where: GiftCertificateGeneratorFilter): Int!
125
126# Required permission: admin
127#
128# Arguments
129# where: (self-explanatory)
130graphQLAccess(where: GraphQLAccessFilter): Int!
131
132# Required permission: Invoice:read
133#
134# Store restrictions apply.
135#
136# Arguments
137# where: (self-explanatory)
138invoices(where: InvoiceFilter): Int!
139
140# Required permission: Language:read
141#
142# Arguments
143# where: (self-explanatory)
144languages(where: LanguageFilter): Int!
145
146# Required permission: Attribute:read
147#
148# Arguments
149# where: (self-explanatory)
150mappedAttributes(where: MappedAttributeFilter): Int!
151
152# Required permission: Market:read
153#
154# Store restrictions apply.
155#
156# Arguments
157# where: (self-explanatory)
158markets(where: MarketFilter): Int!
159
160# Required permission: MeasurementChart:read
161#
162# Arguments
163# where: (self-explanatory)
164measurementCharts(where: MeasurementChartFilter): Int!
165
166# Required permission: NewsletterSubscription:read
167#
168# Store restrictions apply.
169#
170# Arguments
171# where: (self-explanatory)
172newsletterSubscriptions(where: NewsletterSubscriptionFilter): Int!
173
174# Required permission: Order:read
175#
176# Store restrictions apply.
177#
178# Arguments
179# where: (self-explanatory)
180orders(where: OrderFilter): Int!
181
182# Required permission: PaymentTerms:read
183#
184# Arguments
185# where: (self-explanatory)
186paymentTerms(where: PaymentTermsFilter): Int!
187
188# Required permission: Pricelist:read
189#
190# Store restrictions apply.
191#
192# Arguments
193# where: (self-explanatory)
194pricelists(where: PricelistFilter): Int!
195
196# Required permission: Price:read
197#
198# Store restrictions apply.
199#
200# Arguments
201# where: (self-explanatory)
202lowestPrices(where: LowestPriceFilter): Int!
203
204# Required permission: Product:read
205#
206# Arguments
207# where: (self-explanatory)
208products(where: ProductFilter): Int!
209
210# Required permission: ProductSize:read
211#
212# Arguments
213# where: (self-explanatory)
214productSizes(where: ProductSizeFilter): Int!
215
216# Required permission: ProductVariant:read
217#
218# Arguments
219# where: (self-explanatory)
220productVariants(where: ProductVariantFilter): Int!
221
222# Required permission: Return:read
223#
224# Store restrictions apply.
225#
226# Arguments
227# where: (self-explanatory)
228returns(where: ReturnFilter): Int!
229
230# Required permission: SalesRepresentative:read
231#
232# Arguments
233# where: (self-explanatory)
234salesRepresentatives(where: SalesRepresentativeFilter): Int!
235
236# Required permission: Shipment:read
237#
238# Store restrictions apply.
239#
240# Arguments
241# where: (self-explanatory)
242shipments(where: ShipmentFilter): Int!
243
244# Required permission: ShippingOption:read
245#
246# Store restrictions apply.
247#
248# Arguments
249# where: (self-explanatory)
250shippingOptions(where: ShippingOptionFilter): Int!
251
252# Required permission: ShippingTerms:read
253#
254# Arguments
255# where: (self-explanatory)
256shippingTerms(where: ShippingTermsFilter): Int!
257
258# Required permission: SizeChart:read
259#
260# Arguments
261# where: (self-explanatory)
262sizeCharts(where: SizeChartFilter): Int!
263
264# Required permission: SizeChart:read
265#
266# Arguments
267# where: (self-explanatory)
268sizeLocalizations(where: SizeLocalizationFilter): Int!
269
270# Required permission: Store:read
271#
272# Store restrictions apply.
273#
274# Arguments
275# where: (self-explanatory)
276stores(where: StoreFilter): Int!
277
278# Required permission: StorePlugin:read
279#
280# Store restrictions apply.
281#
282# Arguments
283# where: (self-explanatory)
284storePlugins(where: StorePluginFilter): Int!
285
286# Required permission: SubscriptionPlan:read
287#
288# Store restrictions apply.
289#
290# Arguments
291# where: (self-explanatory)
292subscriptionPlans(where: SubscriptionPlanFilter): Int!
293
294# Required permission: TaxClass:read
295#
296# Arguments
297# where: (self-explanatory)
298taxClasses(where: TaxClassFilter): Int!
299
300# Required permission: TaxRule:read
301#
302# Arguments
303# where: (self-explanatory)
304taxGroups(where: TaxGroupFilter): Int!
305
306# Required permission: TaxRule:read
307#
308# Arguments
309# where: (self-explanatory)
310taxRules(where: TaxRuleFilter): Int!
311
312# Required permission: Warehouse:read
313#
314# Arguments
315# where: (self-explanatory)
316warehouses(where: WarehouseFilter): Int!
317
318# Required permission: StockChange:read
319#
320# Arguments
321# where: (self-explanatory)
322stockChanges(where: StockChangeFilter): Int!
323
324# Required permission: Voucher:read
325#
326# Store restrictions apply.
327#
328# Arguments
329# where: (self-explanatory)
330vouchers(where: VoucherFilter): Int!
331
332# Required permission: IdConversion:read
333#
334# Arguments
335# where: (self-explanatory)
336idConversions(where: IdConversionEntryFilter): Int!
337
338# Required permission: Voucher:read
339#
340# Arguments
341# where: (self-explanatory)
342subvouchers(where: SubvoucherFilter): Int!
343
344# Required permission: PurchaseOrder:read
345#
346# Arguments
347# where: (self-explanatory)
348purchaseOrders(where: PurchaseOrderFilter): Int!
349
350# Required permission: PurchaseOrderDelivery:read
351#
352# Arguments
353# where: (self-explanatory)
354purchaseOrderDeliveries(where: PurchaseOrderDeliveryFilter): Int!
355
356# Required permission: Supplier:read
357#
358# Arguments
359# where: (self-explanatory)
360suppliers(where: SupplierFilter): Int!
361
362# Required permission: Event:read
363#
364# Store restrictions apply.
365#
366# Arguments
367# where: (self-explanatory)
368events(where: EventFilter): Int!
369
370}