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: Invoice:read
127#
128# Store restrictions apply.
129#
130# Arguments
131# where: (self-explanatory)
132invoices(where: InvoiceFilter): Int!
133
134# Required permission: Language:read
135#
136# Arguments
137# where: (self-explanatory)
138languages(where: LanguageFilter): Int!
139
140# Required permission: Attribute:read
141#
142# Arguments
143# where: (self-explanatory)
144mappedAttributes(where: MappedAttributeFilter): Int!
145
146# Required permission: Market:read
147#
148# Store restrictions apply.
149#
150# Arguments
151# where: (self-explanatory)
152markets(where: MarketFilter): Int!
153
154# Required permission: MeasurementChart:read
155#
156# Arguments
157# where: (self-explanatory)
158measurementCharts(where: MeasurementChartFilter): Int!
159
160# Required permission: NewsletterSubscription:read
161#
162# Store restrictions apply.
163#
164# Arguments
165# where: (self-explanatory)
166newsletterSubscriptions(where: NewsletterSubscriptionFilter): Int!
167
168# Required permission: Order:read
169#
170# Store restrictions apply.
171#
172# Arguments
173# where: (self-explanatory)
174orders(where: OrderFilter): Int!
175
176# Required permission: PaymentTerms:read
177#
178# Arguments
179# where: (self-explanatory)
180paymentTerms(where: PaymentTermsFilter): Int!
181
182# Required permission: Pricelist:read
183#
184# Store restrictions apply.
185#
186# Arguments
187# where: (self-explanatory)
188pricelists(where: PricelistFilter): Int!
189
190# Required permission: Price:read
191#
192# Store restrictions apply.
193#
194# Arguments
195# where: (self-explanatory)
196lowestPrices(where: LowestPriceFilter): Int!
197
198# Required permission: Product:read
199#
200# Arguments
201# where: (self-explanatory)
202products(where: ProductFilter): Int!
203
204# Required permission: ProductSize:read
205#
206# Arguments
207# where: (self-explanatory)
208productSizes(where: ProductSizeFilter): Int!
209
210# Required permission: ProductVariant:read
211#
212# Arguments
213# where: (self-explanatory)
214productVariants(where: ProductVariantFilter): Int!
215
216# Required permission: Return:read
217#
218# Store restrictions apply.
219#
220# Arguments
221# where: (self-explanatory)
222returns(where: ReturnFilter): Int!
223
224# Required permission: SalesRepresentative:read
225#
226# Arguments
227# where: (self-explanatory)
228salesRepresentatives(where: SalesRepresentativeFilter): Int!
229
230# Required permission: Shipment:read
231#
232# Store restrictions apply.
233#
234# Arguments
235# where: (self-explanatory)
236shipments(where: ShipmentFilter): Int!
237
238# Required permission: ShippingOption:read
239#
240# Store restrictions apply.
241#
242# Arguments
243# where: (self-explanatory)
244shippingOptions(where: ShippingOptionFilter): Int!
245
246# Required permission: ShippingTerms:read
247#
248# Arguments
249# where: (self-explanatory)
250shippingTerms(where: ShippingTermsFilter): Int!
251
252# Required permission: SizeChart:read
253#
254# Arguments
255# where: (self-explanatory)
256sizeCharts(where: SizeChartFilter): Int!
257
258# Required permission: SizeChart:read
259#
260# Arguments
261# where: (self-explanatory)
262sizeLocalizations(where: SizeLocalizationFilter): Int!
263
264# Required permission: Store:read
265#
266# Store restrictions apply.
267#
268# Arguments
269# where: (self-explanatory)
270stores(where: StoreFilter): Int!
271
272# Required permission: StorePlugin:read
273#
274# Store restrictions apply.
275#
276# Arguments
277# where: (self-explanatory)
278storePlugins(where: StorePluginFilter): Int!
279
280# Required permission: SubscriptionPlan:read
281#
282# Store restrictions apply.
283#
284# Arguments
285# where: (self-explanatory)
286subscriptionPlans(where: SubscriptionPlanFilter): Int!
287
288# Required permission: TaxClass:read
289#
290# Arguments
291# where: (self-explanatory)
292taxClasses(where: TaxClassFilter): Int!
293
294# Required permission: TaxRule:read
295#
296# Arguments
297# where: (self-explanatory)
298taxGroups(where: TaxGroupFilter): Int!
299
300# Required permission: TaxRule:read
301#
302# Arguments
303# where: (self-explanatory)
304taxRules(where: TaxRuleFilter): Int!
305
306# Required permission: Warehouse:read
307#
308# Arguments
309# where: (self-explanatory)
310warehouses(where: WarehouseFilter): Int!
311
312# Required permission: StockChange:read
313#
314# Arguments
315# where: (self-explanatory)
316stockChanges(where: StockChangeFilter): Int!
317
318# Required permission: Voucher:read
319#
320# Store restrictions apply.
321#
322# Arguments
323# where: (self-explanatory)
324vouchers(where: VoucherFilter): Int!
325
326# Required permission: IdConversion:read
327#
328# Arguments
329# where: (self-explanatory)
330idConversions(where: IdConversionEntryFilter): Int!
331
332# Required permission: Voucher:read
333#
334# Arguments
335# where: (self-explanatory)
336subvouchers(where: SubvoucherFilter): Int!
337
338# Required permission: PurchaseOrder:read
339#
340# Arguments
341# where: (self-explanatory)
342purchaseOrders(where: PurchaseOrderFilter): Int!
343
344# Required permission: PurchaseOrderDelivery:read
345#
346# Arguments
347# where: (self-explanatory)
348purchaseOrderDeliveries(where: PurchaseOrderDeliveryFilter): Int!
349
350# Required permission: Supplier:read
351#
352# Arguments
353# where: (self-explanatory)
354suppliers(where: SupplierFilter): Int!
355
356# Required permission: Event:read
357#
358# Store restrictions apply.
359#
360# Arguments
361# where: (self-explanatory)
362events(where: EventFilter): Int!
363
364# Required permission: admin
365#
366# Arguments
367# where: (self-explanatory)
368graphQLAccess(where: GraphQLAccessFilter): Int!
369
370}