OBJECT
Query
The main queries are here, click to expand
link GraphQL Schema definition
1 type Query { 2 # Get single account data. 3 # 4 # Required permission: Account:read 5 # 6 # Store restrictions apply. 7 # 8 # Arguments 9 # id: (self-explanatory) 10 # externalId: (self-explanatory) 11 Int, : String): Account ( : 12 13 # Get collection of accounts. 14 # 15 # Required permission: Account:read 16 # 17 # Limit must be in range 1 - 200 18 # 19 # Store restrictions apply. 20 # 21 # Arguments 22 # where: (self-explanatory) 23 # sort: (self-explanatory) 24 # limit: (self-explanatory) 25 # page: (self-explanatory) 26 AccountFilter, : [AccountSort!] = [id_ASC], : Int = 20, : Int = 1): [Account!]! ( : 27 28 # Get accounts connection 29 # 30 # Required permission: Account:read 31 # 32 # Limit must be in range 1 - 200 33 # 34 # Store restrictions apply. 35 # 36 # Arguments 37 # where: (self-explanatory) 38 # sort: (self-explanatory) 39 # first: (self-explanatory) 40 # after: (self-explanatory) 41 # last: (self-explanatory) 42 # before: (self-explanatory) 43 AccountFilter, : [AccountSort!] = [id_ASC], : Int, : String, : Int, : String): AccountConnection! ( : 44 45 # Get single admin user 46 # 47 # Required permission: AdminUser:read 48 # 49 # Arguments 50 # id: (self-explanatory) 51 Int): AdminUser ( : 52 53 # Get collection of admin users 54 # 55 # Required permission: AdminUser:read 56 # 57 # Limit must be in range 1 - 200 58 # 59 # Arguments 60 # where: (self-explanatory) 61 # sort: (self-explanatory) 62 # limit: (self-explanatory) 63 # page: (self-explanatory) 64 AdminUserFilter, : [AdminUserSort!] = [id_ASC], : Int = 20, : Int = 1): [AdminUser!]! ( : 65 66 # Get single affiliate data 67 # 68 # Required permission: Affiliate:read 69 # 70 # Store restrictions apply. 71 # 72 # Arguments 73 # id: (self-explanatory) 74 Int!): Affiliate ( : 75 76 # Get collection of affiliates 77 # 78 # Required permission: Affiliate:read 79 # 80 # Limit must be in range 1 - 200 81 # 82 # Store restrictions apply. 83 # 84 # Arguments 85 # where: (self-explanatory) 86 # sort: (self-explanatory) 87 # limit: (self-explanatory) 88 # page: (self-explanatory) 89 AffiliateFilter, : [AffiliateSort!] = [id_ASC], : Int = 20, : Int = 1): [Affiliate!]! ( : 90 91 # Get collection of allocation rules 92 # 93 # Required permission: AllocationRule:read 94 # 95 # Limit must be in range 1 - 200 96 # 97 # Arguments 98 # where: (self-explanatory) 99 # sort: (self-explanatory) 100 # limit: (self-explanatory) 101 # page: (self-explanatory) 102 AllocationRuleFilter = {isActive: true}, : [AllocationRuleSort!] = [id_ASC], : Int = 20, : Int): [AllocationRule!]! ( : 103 104 # Get all defined attribute types 105 # 106 # Required permission: Attribute:read 107 # 108 # All elements are always returned 109 # 110 # Arguments 111 # where: (self-explanatory) 112 AttributeTypeFilter): [AttributeType!]! ( : 113 114 # Get single brand data 115 # 116 # Required permission: Brand:read 117 # 118 # Store restrictions apply. 119 # 120 # Arguments 121 # id: (self-explanatory) 122 # externalId: (self-explanatory) 123 Int, : String): Brand ( : 124 125 # Get collection of brands 126 # 127 # Required permission: Brand:read 128 # 129 # Limit must be in range 1 - 200 130 # 131 # Store restrictions apply. 132 # 133 # Arguments 134 # where: (self-explanatory) 135 # sort: (self-explanatory) 136 # limit: (self-explanatory) 137 # page: (self-explanatory) 138 BrandFilter, : [BrandSort!] = [id_ASC], : Int = 20, : Int = 1): [Brand!]! ( : 139 140 # Get collection of brick and mortars 141 # 142 # Required permission: BrickAndMortar:read 143 # 144 # Limit must be in range 1 - 200 145 # 146 # Arguments 147 # where: (self-explanatory) 148 # sort: (self-explanatory) 149 # limit: (self-explanatory) 150 # page: (self-explanatory) 151 BrickAndMortarFilter, : [BrickAndMortarSort!] = [id_ASC], : Int = 20, : Int = 1): [BrickAndMortar!]! ( : 152 153 # Get single bundle data 154 # 155 # Required permission: Bundle:read 156 # 157 # Arguments 158 # id: (self-explanatory) 159 Int!): Bundle ( : 160 161 # Get collection of bundles 162 # 163 # Required permission: Bundle:read 164 # 165 # Limit must be in range 1 - 200 166 # 167 # Arguments 168 # where: (self-explanatory) 169 # sort: (self-explanatory) 170 # limit: (self-explanatory) 171 # page: (self-explanatory) 172 BundleFilter, : [BundleSort!] = [id_ASC], : Int = 20, : Int = 1): [Bundle!]! ( : 173 174 # Get collection of bundles in the Relay connection form 175 # 176 # Required permission: Bundle:read 177 # 178 # Limit must be in range 1 - 200 179 # 180 # Arguments 181 # where: (self-explanatory) 182 # sort: (self-explanatory) 183 # first: (self-explanatory) 184 # after: (self-explanatory) 185 # last: (self-explanatory) 186 # before: (self-explanatory) 187 BundleFilter, : [BundleSort!] = [id_ASC], : Int, : String, : Int, : String): BundleConnection! ( : 188 189 # Required permission: TaxRule:read 190 # 191 # Requires field selected: userErrors 192 # 193 # Arguments 194 # input: (self-explanatory) 195 OrderTaxesInput!): OrderTaxesPayload! ( : 196 197 # Get campaigns 198 # 199 # Required permission: Campaign:read 200 # 201 # Limit must be in range 1 - 200 202 # 203 # Store restrictions apply. 204 # 205 # Arguments 206 # where: (self-explanatory) 207 # sort: (self-explanatory) 208 # limit: (self-explanatory) 209 # page: (self-explanatory) 210 CampaignFilter, : [CampaignSort!] = [id_DESC], : Int = 20, : Int = 1): [Campaign!]! ( : 211 212 # Get collection of campaigns in the Relay connection form 213 # 214 # Required permission: Campaign:read 215 # 216 # Limit must be in range 1 - 200 217 # 218 # Store restrictions apply. 219 # 220 # Arguments 221 # where: (self-explanatory) 222 # sort: (self-explanatory) 223 # first: (self-explanatory) 224 # after: (self-explanatory) 225 # last: (self-explanatory) 226 # before: (self-explanatory) 227 ( 228 CampaignFilter, : 229 CampaignSort!] = [id_DESC], : [ 230 Int, : 231 String, : 232 Int, : 233 String : 234 ): CampaignConnection! 235 236 # Required permission: Category:read 237 # 238 # Store restrictions apply. 239 # 240 # Arguments 241 # id: (self-explanatory) 242 Int!): Category ( : 243 244 # Get categories 245 # 246 # Required permission: Category:read 247 # 248 # Limit must be in range 1 - 200 249 # 250 # Store restrictions apply. 251 # 252 # Arguments 253 # where: (self-explanatory) 254 # sort: (self-explanatory) 255 # limit: (self-explanatory) 256 # page: (self-explanatory) 257 CategoryFilter, : [CategorySort!] = [customOrder_ASC], : Int = 20, : Int = 1): [Category!]! ( : 258 259 # Get single collection data 260 # 261 # Required permission: Collection:read 262 # 263 # Arguments 264 # id: (self-explanatory) 265 # externalId: (self-explanatory) 266 Int, : String): Collection ( : 267 268 # Get list of collections by any criteria 269 # 270 # Required permission: Collection:read 271 # 272 # Limit must be in range 1 - 200 273 # 274 # Arguments 275 # where: (self-explanatory) 276 # sort: (self-explanatory) 277 # limit: (self-explanatory) 278 # page: (self-explanatory) 279 CollectionFilter, : [CollectionSort!] = [id_ASC], : Int = 20, : Int = 1): [Collection!]! ( : 280 281 # Get list of collections in the Relay connection form 282 # 283 # Required permission: Collection:read 284 # 285 # Limit must be in range 1 - 200 286 # 287 # Arguments 288 # where: (self-explanatory) 289 # sort: (self-explanatory) 290 # first: (self-explanatory) 291 # after: (self-explanatory) 292 # last: (self-explanatory) 293 # before: (self-explanatory) 294 ( 295 CollectionFilter, : 296 CollectionSort!] = [id_ASC], : [ 297 Int, : 298 String, : 299 Int, : 300 String : 301 ): CollectionConnection! 302 303 # Get continents to group countries 304 # 305 # Required permission: Country:read 306 # 307 # Limit is optional 308 # 309 # Arguments 310 # where: (self-explanatory) 311 # sort: (self-explanatory) 312 # limit: (self-explanatory) 313 # page: (self-explanatory) 314 ContinentFilter, : [ContinentSort!] = [name_ASC], : Int, : Int): [Continent!]! ( : 315 316 # Get collection of countries by any criteria 317 # 318 # Required permission: Country:read 319 # 320 # Limit is optional 321 # 322 # Arguments 323 # where: (self-explanatory) 324 # sort: (self-explanatory) 325 # limit: (self-explanatory) 326 # page: (self-explanatory) 327 CountryFilter, : [CountrySort!] = [name_ASC], : Int, : Int): [Country!]! ( : 328 329 # Get single currency data 330 # 331 # Required permission: Currency:read 332 # 333 # Arguments 334 # id: (self-explanatory) 335 # externalId: (self-explanatory) 336 Int, : String): Currency ( : 337 338 # Get collection of currencies by any criteria 339 # 340 # Required permission: Currency:read 341 # 342 # Limit is optional 343 # 344 # Arguments 345 # where: (self-explanatory) 346 # sort: (self-explanatory) 347 # limit: (self-explanatory) 348 # page: (self-explanatory) 349 CurrencyFilter, : [CurrencySort!] = [id_ASC], : Int, : Int): [Currency!]! ( : 350 351 # Get single customer data 352 # 353 # Required permission: Customer:read 354 # 355 # Store restrictions apply. 356 # 357 # Arguments 358 # id: (self-explanatory) 359 # externalId: (self-explanatory) 360 Int, : String): Customer ( : 361 362 # Get collection of customers by any criteria 363 # 364 # Required permission: Customer:read 365 # 366 # Limit must be in range 1 - 200 367 # 368 # Store restrictions apply. 369 # 370 # Arguments 371 # where: (self-explanatory) 372 # sort: (self-explanatory) 373 # limit: (self-explanatory) 374 # page: (self-explanatory) 375 CustomerFilter, : [CustomerSort!] = [id_ASC], : Int = 20, : Int = 1): [Customer!]! ( : 376 377 # Get collection of customers in the Relay connection form 378 # 379 # Required permission: Customer:read 380 # 381 # Limit must be in range 1 - 200 382 # 383 # Store restrictions apply. 384 # 385 # Arguments 386 # where: (self-explanatory) 387 # sort: (self-explanatory) 388 # first: (self-explanatory) 389 # after: (self-explanatory) 390 # last: (self-explanatory) 391 # before: (self-explanatory) 392 ( 393 CustomerFilter, : 394 CustomerSort!] = [id_ASC], : [ 395 Int, : 396 String, : 397 Int, : 398 String : 399 ): CustomerConnection! 400 401 # Get single delivery window data 402 # 403 # Required permission: DeliveryWindow:read 404 # 405 # Store restrictions apply. 406 # 407 # Arguments 408 # id: (self-explanatory) 409 # externalId: (self-explanatory) 410 Int, : String): DeliveryWindow ( : 411 412 # Get delivery windows by any criteria 413 # 414 # Required permission: DeliveryWindow:read 415 # 416 # Limit must be in range 1 - 200 417 # 418 # Store restrictions apply. 419 # 420 # Arguments 421 # where: (self-explanatory) 422 # sort: (self-explanatory) 423 # limit: (self-explanatory) 424 # page: (self-explanatory) 425 DeliveryWindowFilter, : [DeliveryWindowSort!] = [id_ASC], : Int = 20, : Int = 1): [DeliveryWindow!]! ( : 426 427 # Get single delivery window group data 428 # 429 # Required permission: DeliveryWindow:read 430 # 431 # Arguments 432 # id: (self-explanatory) 433 # externalId: (self-explanatory) 434 Int, : String): DeliveryWindowGroup ( : 435 436 # Get collection of delivery window groups 437 # 438 # Required permission: DeliveryWindow:read 439 # 440 # Limit must be in range 1 - 200 441 # 442 # Arguments 443 # limit: (self-explanatory) 444 # page: (self-explanatory) 445 Int = 20, : Int = 1): [DeliveryWindowGroup!]! ( : 446 447 # Get sorted delivery windows and delivery window groups 448 # 449 # Required permission: DeliveryWindow:read 450 # 451 # All elements are always returned 452 # 453 # Arguments 454 # where: (self-explanatory) 455 DeliveryWindowTreeFilter): [DeliveryWindowTreeItem!]! ( : 456 457 # Get single voucher data 458 # 459 # Required permission: Voucher:read 460 # 461 # Store restrictions apply. 462 # 463 # Arguments 464 # id: (self-explanatory) 465 # externalId: (self-explanatory) 466 Int, : String): Voucher ( : 467 468 # Get collection of vouchers 469 # 470 # Required permission: Voucher:read 471 # 472 # Limit must be in range 1 - 200 473 # 474 # Store restrictions apply. 475 # 476 # Arguments 477 # where: (self-explanatory) 478 # sort: (self-explanatory) 479 # limit: (self-explanatory) 480 # page: (self-explanatory) 481 VoucherFilter, : [VoucherSort!] = [priority_ASC, id_ASC], : Int = 20, : Int = 1): [Voucher!]! ( : 482 483 # Get single display data 484 # 485 # Required permission: Display:read 486 # 487 # Store restrictions apply. 488 # 489 # Arguments 490 # id: (self-explanatory) 491 Int!): Display ( : 492 493 # Get collection of displays by any criteria 494 # 495 # Required permission: Display:read 496 # 497 # Limit must be in range 1 - 200 498 # 499 # Store restrictions apply. 500 # 501 # Arguments 502 # where: (self-explanatory) 503 # sort: (self-explanatory) 504 # limit: (self-explanatory) 505 # page: (self-explanatory) 506 DisplayFilter, : [DisplaySort!] = [id_ASC], : Int = 20, : Int = 1): [Display!]! ( : 507 508 # Get collection of display items by any criteria 509 # 510 # Required permission: Display:read 511 # 512 # Limit must be in range 1 - 200 513 # 514 # Store restrictions apply. 515 # 516 # Arguments 517 # where: (self-explanatory) 518 # sort: (self-explanatory) 519 # limit: (self-explanatory) 520 # page: (self-explanatory) 521 DisplayItemFilter, : [DisplayItemSort!] = [customOrder_ASC], : Int = 20, : Int = 1): [DisplayItem!]! ( : 522 523 # Get collection of displays in the Relay connection form 524 # 525 # Required permission: Display:read 526 # 527 # Limit must be in range 1 - 200 528 # 529 # Store restrictions apply. 530 # 531 # Arguments 532 # where: (self-explanatory) 533 # sort: (self-explanatory) 534 # first: (self-explanatory) 535 # after: (self-explanatory) 536 # last: (self-explanatory) 537 # before: (self-explanatory) 538 DisplayFilter, : [DisplaySort!] = [id_ASC], : Int, : String, : Int, : String): DisplayConnection! ( : 539 540 # Get a list of document templates 541 # 542 # Required permission: DocumentTemplate:read 543 # 544 # Limit must be in range 1 - 200 545 # 546 # Store restrictions apply. 547 # 548 # Arguments 549 # where: (self-explanatory) 550 # sort: (self-explanatory) 551 # limit: (self-explanatory) 552 # page: (self-explanatory) 553 DocumentTemplateFilter, : [DocumentTemplateSort!] = [id_DESC], : Int = 20, : Int = 1): [DocumentTemplate!]! ( : 554 555 # Required permission: Folder:read 556 # 557 # Arguments 558 # id: (self-explanatory) 559 # externalId: (self-explanatory) 560 Int, : String): Folder ( : 561 562 # Get folders 563 # 564 # Required permission: Folder:read 565 # 566 # Limit must be in range 1 - 200 567 # 568 # Arguments 569 # where: (self-explanatory) 570 # sort: (self-explanatory) 571 # limit: (self-explanatory) 572 # page: (self-explanatory) 573 FolderFilter, : [FolderSort!] = [customOrder_ASC], : Int = 20, : Int = 1): [Folder!]! ( : 574 575 # Get Gift Certificate Generators 576 # 577 # Required permission: GiftCertificateGenerator:read 578 # 579 # Limit must be in range 1 - 200 580 # 581 # Store restrictions apply. 582 # 583 # Arguments 584 # where: (self-explanatory) 585 # sort: (self-explanatory) 586 # limit: (self-explanatory) 587 # page: (self-explanatory) 588 ( 589 GiftCertificateGeneratorFilter, : 590 GiftCertificateGeneratorSort!] = [id_ASC], : [ 591 Int = 20, : 592 Int = 1 : 593 ): [GiftCertificateGenerator!]! 594 595 # Get all ID conversion table entries 596 # 597 # Required permission: IdConversion:read 598 # 599 # Limit must be in range 1 - 200 600 # 601 # Arguments 602 # where: (self-explanatory) 603 # sort: (self-explanatory) 604 # limit: (self-explanatory) 605 # page: (self-explanatory) 606 IdConversionEntryFilter, : [IdConversionEntrySort!] = [id_ASC], : Int = 20, : Int = 1): [IdConversionEntry!]! ( : 607 608 # Get single invoice data 609 # 610 # Required permission: Invoice:read 611 # 612 # Store restrictions apply. 613 # 614 # Arguments 615 # id: (self-explanatory) 616 # externalId: (self-explanatory) 617 Int, : String): Invoice ( : 618 619 # Get all invoices 620 # 621 # Required permission: Invoice:read 622 # 623 # Limit must be in range 1 - 200 624 # 625 # Store restrictions apply. 626 # 627 # Arguments 628 # where: (self-explanatory) 629 # sort: (self-explanatory) 630 # limit: (self-explanatory) 631 # page: (self-explanatory) 632 InvoiceFilter, : [InvoiceSort!] = [number_DESC, id_ASC], : Int = 20, : Int = 1): [Invoice!]! ( : 633 634 # Get collection of invoices in the Relay connection form 635 # 636 # Required permission: Invoice:read 637 # 638 # Limit must be in range 1 - 200 639 # 640 # Store restrictions apply. 641 # 642 # Arguments 643 # where: (self-explanatory) 644 # sort: (self-explanatory) 645 # first: (self-explanatory) 646 # after: (self-explanatory) 647 # last: (self-explanatory) 648 # before: (self-explanatory) 649 InvoiceFilter, : [InvoiceSort!] = [number_DESC, id_ASC], : Int, : String, : Int, : String): InvoiceConnection! ( : 650 651 # Get invoice payments 652 # 653 # Required permission: Invoice:read 654 # 655 # Limit must be in range 1 - 200 656 # 657 # Arguments 658 # where: (self-explanatory) 659 # sort: (self-explanatory) 660 # limit: (self-explanatory) 661 # page: (self-explanatory) 662 InvoicePaymentFilter, : [InvoicePaymentSort!] = [id_ASC], : Int = 20, : Int = 1): [InvoicePayment!]! ( : 663 664 # Get all known languages 665 # 666 # Required permission: Language:read 667 # 668 # Limit is optional 669 # 670 # Arguments 671 # where: (self-explanatory) 672 # sort: (self-explanatory) 673 # limit: (self-explanatory) 674 # page: (self-explanatory) 675 LanguageFilter, : [LanguageSort!] = [code_ASC, id_ASC], : Int, : Int): [Language!]! ( : 676 677 # List translatable fields for each object type. 678 # Includes dynamic attributes along their objects, and mapped ones under MappedAttribute type. 679 # 680 # Required permission: Translation:read 681 # 682 # All elements are always returned 683 # 684 # Arguments 685 # where: (self-explanatory) 686 TranslatableFieldsFilter): [TranslatableObjectFields!]! ( : 687 688 # Get a list of mapped (non-dynamic) attributes 689 # 690 # Required permission: Attribute:read 691 # 692 # Limit must be in range 1 - 200 693 # 694 # Arguments 695 # where: (self-explanatory) 696 # sort: (self-explanatory) 697 # limit: (self-explanatory) 698 # page: (self-explanatory) 699 MappedAttributeFilter, : [MappedAttributeSort!] = [id_ASC], : Int = 20, : Int = 1): [MappedAttribute!]! ( : 700 701 # Get single market data 702 # 703 # Required permission: Market:read 704 # 705 # Store restrictions apply. 706 # 707 # Arguments 708 # id: (self-explanatory) 709 # externalId: (self-explanatory) 710 Int, : String): Market ( : 711 712 # Get all markets 713 # 714 # Required permission: Market:read 715 # 716 # Limit is optional 717 # 718 # Store restrictions apply. 719 # 720 # Arguments 721 # where: (self-explanatory) 722 # sort: (self-explanatory) 723 # limit: (self-explanatory) 724 # page: (self-explanatory) 725 MarketFilter, : [MarketSort!] = [id_ASC], : Int, : Int): [Market!]! ( : 726 727 # Get single measurementChart 728 # 729 # Required permission: MeasurementChart:read 730 # 731 # Arguments 732 # id: (self-explanatory) 733 Int!): MeasurementChart ( : 734 735 # Get all measurementCharts 736 # 737 # Required permission: MeasurementChart:read 738 # 739 # Limit is optional 740 # 741 # Arguments 742 # where: (self-explanatory) 743 # sort: (self-explanatory) 744 # limit: (self-explanatory) 745 # page: (self-explanatory) 746 MeasurementChartFilter, : [MeasurementChartSort!] = [id_ASC], : Int, : Int): [MeasurementChart!]! ( : 747 748 # Get all media sizes available for ProductMedia 749 # 750 # Required permission: none 751 # 752 # All elements are always returned 753 MediaSize!]! : [ 754 755 # Get all newsletter subscriptions 756 # 757 # Required permission: NewsletterSubscription:read 758 # 759 # Limit must be in range 1 - 200 760 # 761 # Store restrictions apply. 762 # 763 # Arguments 764 # where: (self-explanatory) 765 # sort: (self-explanatory) 766 # limit: (self-explanatory) 767 # page: (self-explanatory) 768 ( 769 NewsletterSubscriptionFilter, : 770 NewsletterSubscriptionSort!] = [id_ASC], : [ 771 Int = 20, : 772 Int = 1 : 773 ): [NewsletterSubscription!]! 774 775 # Get single order data 776 # 777 # Required permission: Order:read 778 # 779 # Store restrictions apply. 780 # 781 # Arguments 782 # id: (self-explanatory) 783 # number: (self-explanatory) 784 # externalId: (self-explanatory) 785 String, : Int, : String): Order ( : 786 787 # Get all orders 788 # 789 # Required permission: Order:read 790 # 791 # Limit must be in range 1 - 100 792 # 793 # Store restrictions apply. 794 # 795 # Arguments 796 # where: (self-explanatory) 797 # sort: (self-explanatory) 798 # limit: (self-explanatory) 799 # page: (self-explanatory) 800 OrderFilter, : [OrderSort!] = [number_DESC], : Int = 20, : Int = 1): [Order!]! ( : 801 802 # Get collection of orders in the Relay connection form 803 # 804 # Required permission: Order:read 805 # 806 # Limit must be in range 1 - 100 807 # 808 # Store restrictions apply. 809 # 810 # Arguments 811 # where: (self-explanatory) 812 # sort: (self-explanatory) 813 # first: (self-explanatory) 814 # after: (self-explanatory) 815 # last: (self-explanatory) 816 # before: (self-explanatory) 817 OrderFilter, : [OrderSort!] = [number_DESC], : Int, : String, : Int, : String): OrderConnection! ( : 818 819 # Get payment history 820 # 821 # Required permission: PaymentHistory:read 822 # 823 # Limit must be in range 1 - 200 824 # 825 # Arguments 826 # includeGiftCardsPaymentHistory: (self-explanatory) 827 # where: (self-explanatory) 828 # sort: (self-explanatory) 829 # limit: (self-explanatory) 830 # page: (self-explanatory) 831 ( 832 Boolean = false, : 833 PaymentHistoryEntryFilter, : 834 PaymentHistoryEntrySort!] = [id_DESC], : [ 835 Int = 20, : 836 Int = 1 : 837 ): [PaymentHistoryEntry!]! 838 839 # Get payment terms 840 # 841 # Required permission: PaymentTerms:read 842 # 843 # Limit is optional 844 # 845 # Store restrictions apply. 846 # 847 # Arguments 848 # where: (self-explanatory) 849 # sort: (self-explanatory) 850 # limit: (self-explanatory) 851 # page: (self-explanatory) 852 PaymentTermsFilter, : [PaymentTermsSort!] = [id_ASC], : Int, : Int): [PaymentTerms!]! ( : 853 854 # Get single pricelist data 855 # 856 # Required permission: Pricelist:read 857 # 858 # Store restrictions apply. 859 # 860 # Arguments 861 # id: (self-explanatory) 862 # externalId: (self-explanatory) 863 Int, : String): Pricelist ( : 864 865 # Get collection of pricelists by any criteria 866 # 867 # Required permission: Pricelist:read 868 # 869 # Limit must be in range 1 - 200 870 # 871 # Store restrictions apply. 872 # 873 # Arguments 874 # where: (self-explanatory) 875 # sort: (self-explanatory) 876 # limit: (self-explanatory) 877 # page: (self-explanatory) 878 PricelistFilter, : [PricelistSort!] = [id_ASC], : Int = 20, : Int = 1): [Pricelist!]! ( : 879 880 # Get single price alteration data 881 # 882 # Required permission: Price:read 883 # 884 # Store restrictions apply. 885 # 886 # Arguments 887 # id: (self-explanatory) 888 Int!): PriceAlteration ( : 889 890 # Get price alterations 891 # 892 # Required permission: Price:read 893 # 894 # All elements are always returned 895 # 896 # Store restrictions apply. 897 # 898 # Arguments 899 # where: (self-explanatory) 900 # sort: (self-explanatory) 901 PriceAlterationFilter, : [PriceAlterationSort!]): [PriceAlteration!]! ( : 902 903 # Get all available lowest prices 904 # 905 # Required permission: Price:read 906 # 907 # Limit must be in range 1 - 200 908 # 909 # Store restrictions apply. 910 # 911 # Arguments 912 # where: (self-explanatory) 913 # sort: (self-explanatory) 914 # limit: (self-explanatory) 915 # page: (self-explanatory) 916 LowestPriceFilter, : [LowestPriceSort!] = [productVariantId_ASC, pricelistId_ASC], : Int = 20, : Int = 1): [LowestPrice!]! ( : 917 918 # Get single product data 919 # 920 # Required permission: Product:read 921 # 922 # Arguments 923 # id: (self-explanatory) 924 # externalId: (self-explanatory) 925 Int, : String): Product ( : 926 927 # Get collection of products by any criteria 928 # 929 # Required permission: Product:read 930 # 931 # Limit must be in range 1 - 200 932 # 933 # Arguments 934 # where: (self-explanatory) 935 # sort: (self-explanatory) 936 # limit: (self-explanatory) 937 # page: (self-explanatory) 938 ProductFilter, : [ProductSort!] = [id_ASC], : Int = 20, : Int = 1): [Product!]! ( : 939 940 # Get collection of products in the Relay connection form 941 # 942 # Required permission: Product:read 943 # 944 # Limit must be in range 1 - 200 945 # 946 # Arguments 947 # where: (self-explanatory) 948 # sort: (self-explanatory) 949 # first: (self-explanatory) 950 # after: (self-explanatory) 951 # last: (self-explanatory) 952 # before: (self-explanatory) 953 ProductFilter, : [ProductSort!] = [id_ASC], : Int, : String, : Int, : String): ProductConnection! ( : 954 955 # Get collection of product sizes by any criteria 956 # 957 # Required permission: ProductSize:read 958 # 959 # Limit must be in range 1 - 200 960 # 961 # Arguments 962 # where: (self-explanatory) 963 # sort: (self-explanatory) 964 # limit: (self-explanatory) 965 # page: (self-explanatory) 966 ProductSizeFilter, : [ProductSizeSort!] = [id_ASC], : Int = 20, : Int = 1): [ProductSize!]! ( : 967 968 # Get collection of product sizes in the Relay connection form 969 # 970 # Required permission: ProductSize:read 971 # 972 # Limit must be in range 1 - 200 973 # 974 # Arguments 975 # where: (self-explanatory) 976 # sort: (self-explanatory) 977 # first: (self-explanatory) 978 # after: (self-explanatory) 979 # last: (self-explanatory) 980 # before: (self-explanatory) 981 ( 982 ProductSizeFilter, : 983 ProductSizeSort!] = [id_ASC], : [ 984 Int, : 985 String, : 986 Int, : 987 String : 988 ): ProductSizeConnection! 989 990 # Get single product variant data 991 # 992 # Required permission: ProductVariant:read 993 # 994 # Arguments 995 # id: (self-explanatory) 996 # externalId: (self-explanatory) 997 Int, : String): ProductVariant ( : 998 999 # Get collection of product variants by any criteria 1000 # 1001 # Required permission: ProductVariant:read 1002 # 1003 # Limit must be in range 1 - 200 1004 # 1005 # Arguments 1006 # where: (self-explanatory) 1007 # sort: (self-explanatory) 1008 # limit: (self-explanatory) 1009 # page: (self-explanatory) 1010 ProductVariantFilter, : [ProductVariantSort!] = [id_ASC], : Int = 20, : Int = 1): [ProductVariant!]! ( : 1011 1012 # Get collection of product variants in the Relay connection form 1013 # 1014 # Required permission: ProductVariant:read 1015 # 1016 # Limit must be in range 1 - 200 1017 # 1018 # Arguments 1019 # where: (self-explanatory) 1020 # sort: (self-explanatory) 1021 # first: (self-explanatory) 1022 # after: (self-explanatory) 1023 # last: (self-explanatory) 1024 # before: (self-explanatory) 1025 ( 1026 ProductVariantFilter, : 1027 ProductVariantSort!] = [id_ASC], : [ 1028 Int, : 1029 String, : 1030 Int, : 1031 String : 1032 ): ProductVariantConnection! 1033 1034 # Get single return data 1035 # 1036 # Required permission: Return:read 1037 # 1038 # Store restrictions apply. 1039 # 1040 # Arguments 1041 # id: (self-explanatory) 1042 # externalId: (self-explanatory) 1043 Int, : String): Return ( : 1044 1045 # Get collection of returns by any criteria 1046 # 1047 # Required permission: Return:read 1048 # 1049 # Limit must be in range 1 - 200 1050 # 1051 # Store restrictions apply. 1052 # 1053 # Arguments 1054 # where: (self-explanatory) 1055 # sort: (self-explanatory) 1056 # limit: (self-explanatory) 1057 # page: (self-explanatory) 1058 ReturnFilter, : [ReturnSort!] = [id_ASC], : Int = 20, : Int = 1): [Return!]! ( : 1059 1060 # Get collection of returns in the Relay connection form 1061 # 1062 # Required permission: Return:read 1063 # 1064 # Limit must be in range 1 - 200 1065 # 1066 # Store restrictions apply. 1067 # 1068 # Arguments 1069 # where: (self-explanatory) 1070 # sort: (self-explanatory) 1071 # first: (self-explanatory) 1072 # after: (self-explanatory) 1073 # last: (self-explanatory) 1074 # before: (self-explanatory) 1075 ReturnFilter, : [ReturnSort!] = [id_ASC], : Int, : String, : Int, : String): ReturnConnection! ( : 1076 1077 # Get single sales representative 1078 # 1079 # Required permission: SalesRepresentative:read 1080 # 1081 # Arguments 1082 # id: (self-explanatory) 1083 # externalId: (self-explanatory) 1084 Int, : String): SalesRepresentative ( : 1085 1086 # Get collection of sales representatives 1087 # 1088 # Required permission: SalesRepresentative:read 1089 # 1090 # Limit must be in range 1 - 200 1091 # 1092 # Arguments 1093 # where: (self-explanatory) 1094 # sort: (self-explanatory) 1095 # limit: (self-explanatory) 1096 # page: (self-explanatory) 1097 ( 1098 SalesRepresentativeFilter, : 1099 SalesRepresentativeSort!] = [id_ASC], : [ 1100 Int = 20, : 1101 Int = 1 : 1102 ): [SalesRepresentative!]! 1103 1104 # Get single shipment data 1105 # 1106 # Required permission: Shipment:read 1107 # 1108 # Store restrictions apply. 1109 # 1110 # Arguments 1111 # id: (self-explanatory) 1112 # externalId: (self-explanatory) 1113 Int, : String): Shipment ( : 1114 1115 # Get collection of shipments by any criteria 1116 # 1117 # Required permission: Shipment:read 1118 # 1119 # Limit must be in range 1 - 200 1120 # 1121 # Store restrictions apply. 1122 # 1123 # Arguments 1124 # where: (self-explanatory) 1125 # sort: (self-explanatory) 1126 # limit: (self-explanatory) 1127 # page: (self-explanatory) 1128 ShipmentFilter, : [ShipmentSort!] = [id_DESC], : Int = 20, : Int = 1): [Shipment!]! ( : 1129 1130 # Get collection of shipments in Relay connection form 1131 # 1132 # Required permission: Shipment:read 1133 # 1134 # Limit must be in range 1 - 200 1135 # 1136 # Store restrictions apply. 1137 # 1138 # Arguments 1139 # where: (self-explanatory) 1140 # sort: (self-explanatory) 1141 # first: (self-explanatory) 1142 # after: (self-explanatory) 1143 # last: (self-explanatory) 1144 # before: (self-explanatory) 1145 ( 1146 ShipmentFilter, : 1147 ShipmentSort!] = [id_DESC], : [ 1148 Int, : 1149 String, : 1150 Int, : 1151 String : 1152 ): ShipmentConnection! 1153 1154 # Get shipping options 1155 # 1156 # Required permission: ShippingOption:read 1157 # 1158 # Limit must be in range 1 - 200 1159 # 1160 # Arguments 1161 # where: (self-explanatory) 1162 # sort: (self-explanatory) 1163 # limit: (self-explanatory) 1164 # page: (self-explanatory) 1165 ShippingOptionFilter, : [ShippingOptionSort!] = [name_ASC, id_ASC], : Int = 20, : Int = 1): [ShippingOption!]! ( : 1166 1167 # Get shipping terms 1168 # 1169 # Required permission: ShippingTerms:read 1170 # 1171 # Limit is optional 1172 # 1173 # Store restrictions apply. 1174 # 1175 # Arguments 1176 # where: (self-explanatory) 1177 # sort: (self-explanatory) 1178 # limit: (self-explanatory) 1179 # page: (self-explanatory) 1180 ShippingTermsFilter, : [ShippingTermsSort!] = [id_ASC], : Int, : Int): [ShippingTerms!]! ( : 1181 1182 # Get single size chart 1183 # 1184 # Required permission: SizeChart:read 1185 # 1186 # Arguments 1187 # id: (self-explanatory) 1188 # externalId: (self-explanatory) 1189 Int, : String): SizeChart ( : 1190 1191 # Get collection of size charts by any criteria 1192 # 1193 # Required permission: SizeChart:read 1194 # 1195 # Limit is optional 1196 # 1197 # Arguments 1198 # where: (self-explanatory) 1199 # sort: (self-explanatory) 1200 # limit: (self-explanatory) 1201 # page: (self-explanatory) 1202 SizeChartFilter, : [SizeChartSort!] = [id_ASC], : Int, : Int): [SizeChart!]! ( : 1203 1204 # Get single size localization 1205 # 1206 # Required permission: SizeChart:read 1207 # 1208 # Arguments 1209 # id: (self-explanatory) 1210 Int!): SizeLocalization ( : 1211 1212 # Get collection of size localizations by any criteria 1213 # 1214 # Required permission: SizeChart:read 1215 # 1216 # Limit is optional 1217 # 1218 # Arguments 1219 # where: (self-explanatory) 1220 # sort: (self-explanatory) 1221 # limit: (self-explanatory) 1222 # page: (self-explanatory) 1223 SizeLocalizationFilter, : [SizeLocalizationSort!] = [id_ASC], : Int, : Int): [SizeLocalization!]! ( : 1224 1225 # Get single store data 1226 # 1227 # Required permission: Store:read 1228 # 1229 # Store restrictions apply. 1230 # 1231 # Arguments 1232 # id: (self-explanatory) 1233 Int!): Store ( : 1234 1235 # Get collection of stores by any criteria 1236 # 1237 # Required permission: Store:read 1238 # 1239 # Limit is optional 1240 # 1241 # Store restrictions apply. 1242 # 1243 # Arguments 1244 # where: (self-explanatory) 1245 # sort: (self-explanatory) 1246 # limit: (self-explanatory) 1247 # page: (self-explanatory) 1248 StoreFilter, : [StoreSort!] = [id_ASC], : Int, : Int): [Store!]! ( : 1249 1250 # Get collection of store plugins by any criteria 1251 # 1252 # Required permission: StorePlugin:read 1253 # 1254 # Limit is optional 1255 # 1256 # Store restrictions apply. 1257 # 1258 # Arguments 1259 # where: (self-explanatory) 1260 # sort: (self-explanatory) 1261 # limit: (self-explanatory) 1262 # page: (self-explanatory) 1263 StorePluginFilter, : [StorePluginSort!] = [id_ASC], : Int, : Int): [StorePlugin!]! ( : 1264 1265 # Get collection of subscription plans by any criteria 1266 # 1267 # Required permission: SubscriptionPlan:read 1268 # 1269 # Limit must be in range 1 - 200 1270 # 1271 # Store restrictions apply. 1272 # 1273 # Arguments 1274 # where: (self-explanatory) 1275 # sort: (self-explanatory) 1276 # limit: (self-explanatory) 1277 # page: (self-explanatory) 1278 SubscriptionPlanFilter, : [SubscriptionPlanSort!] = [naturalSort_ASC, id_ASC], : Int = 20, : Int = 1): [SubscriptionPlan!]! ( : 1279 1280 # Get defined tax classes 1281 # 1282 # Required permission: TaxClass:read 1283 # 1284 # Limit is optional 1285 # 1286 # Arguments 1287 # where: (self-explanatory) 1288 # sort: (self-explanatory) 1289 # limit: (self-explanatory) 1290 # page: (self-explanatory) 1291 TaxClassFilter, : [TaxClassSort!] = [id_ASC], : Int, : Int): [TaxClass!]! ( : 1292 1293 # Get defined tax groups 1294 # 1295 # Required permission: TaxRule:read 1296 # 1297 # Limit is optional 1298 # 1299 # Arguments 1300 # where: (self-explanatory) 1301 # sort: (self-explanatory) 1302 # limit: (self-explanatory) 1303 # page: (self-explanatory) 1304 TaxGroupFilter, : [TaxGroupSort!] = [id_ASC], : Int, : Int): [TaxGroup!]! ( : 1305 1306 # Get defined tax rules 1307 # 1308 # Required permission: TaxRule:read 1309 # 1310 # Limit must be in range 1 - 200 1311 # 1312 # Arguments 1313 # where: (self-explanatory) 1314 # sort: (self-explanatory) 1315 # limit: (self-explanatory) 1316 # page: (self-explanatory) 1317 TaxRuleFilter, : [TaxRuleSort!] = [id_ASC], : Int = 20, : Int = 1): [TaxRule!]! ( : 1318 1319 # Get data of currently authenticated user 1320 # 1321 # Required permission: none 1322 GraphQLUser! : 1323 1324 # Get single warehouse 1325 # 1326 # Required permission: Warehouse:read 1327 # 1328 # Arguments 1329 # id: (self-explanatory) 1330 # externalId: (self-explanatory) 1331 Int, : String): Warehouse ( : 1332 1333 # Get collection of warehouses 1334 # 1335 # Required permission: Warehouse:read 1336 # 1337 # Limit must be in range 1 - 200 1338 # 1339 # Arguments 1340 # where: (self-explanatory) 1341 # sort: (self-explanatory) 1342 # limit: (self-explanatory) 1343 # page: (self-explanatory) 1344 WarehouseFilter, : [WarehouseSort!] = [customSort_ASC, id_ASC], : Int = 20, : Int = 1): [Warehouse!]! ( : 1345 1346 # Get collection of warehouse deliveries in Relay connection form 1347 # 1348 # Required permission: StockChange:read 1349 # 1350 # Limit must be in range 1 - 200 1351 # 1352 # Arguments 1353 # where: (self-explanatory) 1354 # sort: (self-explanatory) 1355 # first: (self-explanatory) 1356 # after: (self-explanatory) 1357 # last: (self-explanatory) 1358 # before: (self-explanatory) 1359 ( 1360 StockChangeFilter, : 1361 StockChangeSort!] = [id_DESC], : [ 1362 Int, : 1363 String, : 1364 Int, : 1365 String : 1366 ): StockChangeConnection! 1367 1368 # Get collection of stock change lines 1369 # 1370 # Required permission: StockChange:read 1371 # 1372 # Limit must be in range 1 - 200 1373 # 1374 # Arguments 1375 # where: (self-explanatory) 1376 # sort: (self-explanatory) 1377 # limit: (self-explanatory) 1378 # page: (self-explanatory) 1379 StockChangeLineFilter, : [StockChangeLineSort!] = [id_ASC], : Int = 20, : Int = 1): [StockChangeLine!]! ( : 1380 1381 # Required permission: StockChange:read 1382 # 1383 # Limit must be in range 1 - 200 1384 # 1385 # Arguments 1386 # where: (self-explanatory) 1387 # sort: (self-explanatory) 1388 # first: (self-explanatory) 1389 # after: (self-explanatory) 1390 # last: (self-explanatory) 1391 # before: (self-explanatory) 1392 ( 1393 StockChangeLineFilter, : 1394 StockChangeLineSort!] = [id_ASC], : [ 1395 Int, : 1396 String, : 1397 Int, : 1398 String : 1399 ): StockChangeLineConnection! 1400 1401 # Get a list of subscriptions 1402 # 1403 # Required permission: Subscription:read 1404 # 1405 # Limit must be in range 1 - 200 1406 # 1407 # Store restrictions apply. 1408 # 1409 # Arguments 1410 # where: (self-explanatory) 1411 # sort: (self-explanatory) 1412 # limit: (self-explanatory) 1413 # page: (self-explanatory) 1414 SubscriptionFilter, : [SubscriptionSort!] = [id_DESC], : Int = 20, : Int = 1): [Subscription!]! ( : 1415 1416 # Get a list of subscription contracts 1417 # 1418 # Required permission: Subscription:read 1419 # 1420 # Limit must be in range 1 - 200 1421 # 1422 # Store restrictions apply. 1423 # 1424 # Arguments 1425 # where: (self-explanatory) 1426 # sort: (self-explanatory) 1427 # limit: (self-explanatory) 1428 # page: (self-explanatory) 1429 ( 1430 SubscriptionContractFilter, : 1431 SubscriptionContractSort!] = [id_DESC], : [ 1432 Int = 20, : 1433 Int = 1 : 1434 ): [SubscriptionContract!]! 1435 1436 # Get available rate limits 1437 # 1438 # Required permission: none 1439 # 1440 # All elements are always returned 1441 # 1442 # Arguments 1443 # where: (self-explanatory) 1444 RateLimitFilter): [RateLimit!]! ( : 1445 1446 # Get the counter(s) for any object type 1447 # 1448 # Required permission: none 1449 Counters! : 1450 1451 # Calculates how much discount the provided vouchers give to the provided selection 1452 # 1453 # Required permission: Voucher:read 1454 # 1455 # Arguments 1456 # input: (self-explanatory) 1457 CalculateVoucherInput!): CalculateVouchersPayload! ( : 1458 1459 # Get subvouchers 1460 # 1461 # Required permission: Voucher:read 1462 # 1463 # Limit must be in range 1 - 200 1464 # 1465 # Arguments 1466 # where: (self-explanatory) 1467 # sort: (self-explanatory) 1468 # limit: (self-explanatory) 1469 # page: (self-explanatory) 1470 SubvoucherFilter, : [SubvoucherSort!] = [id_ASC], : Int = 20, : Int = 1): [Subvoucher!]! ( : 1471 1472 # Returns the allocation state of a given order, which is a simplified, summarized view of 1473 # order allocations. The result is a list of `OrderAllocationSplit` objects, per warehouse and 1474 # allocation status, and a list of order lines with quantities in that status. 1475 # 1476 # Counting quantities is different for each allocation status: 1477 # 1478 # - `CONFIRMED` is counted as a sum per line from the specified warehouse (because there may be 1479 # 1480 # more than one allocation per line + warehouse), where `isWaitingForConfirmation` is false. 1481 # 1482 # - `WAITING_FOR_CONFIRMATION` is counted the same way, but only for the allocations with 1483 # 1484 # `isWaitingForConfirmation` as true. 1485 # 1486 # - `WAITING_FOR_CHECK_FIRST_REALLOCATION` contains all items for orders waiting for check-first. 1487 # 1488 # They are initially allocated to 'direct' warehouses until one of the check-first warehouses claims it. 1489 # 1490 # - `UNALLOCATED` is different, as we start with the full line quantity and subtract allocations 1491 # 1492 # from all warehouses. 1493 # 1494 # Required permission: Order:read 1495 # 1496 # All elements are always returned 1497 # 1498 # Store restrictions apply. 1499 # 1500 # Arguments 1501 # order: (self-explanatory) 1502 # where: (self-explanatory) 1503 OrderInput!, : AllocationSplitFilter): [OrderAllocationSplit!]! ( : 1504 1505 # Show public IPs of this Centra instance 1506 # 1507 # Required permission: CentraIP:read 1508 # 1509 # All elements are always returned 1510 String!]! : [ 1511 1512 # Get a list of purchase orders 1513 # 1514 # Required permission: PurchaseOrder:read 1515 # 1516 # Limit must be in range 1 - 200 1517 # 1518 # Arguments 1519 # where: (self-explanatory) 1520 # sort: (self-explanatory) 1521 # limit: (self-explanatory) 1522 # page: (self-explanatory) 1523 PurchaseOrderFilter, : [PurchaseOrderSort!] = [id_DESC], : Int = 20, : Int = 1): [PurchaseOrder!]! ( : 1524 1525 # Get collection of purchase orders in the Relay connection form 1526 # 1527 # Required permission: PurchaseOrder:read 1528 # 1529 # Limit must be in range 1 - 200 1530 # 1531 # Arguments 1532 # where: (self-explanatory) 1533 # sort: (self-explanatory) 1534 # first: (self-explanatory) 1535 # after: (self-explanatory) 1536 # last: (self-explanatory) 1537 # before: (self-explanatory) 1538 ( 1539 PurchaseOrderFilter, : 1540 PurchaseOrderSort!] = [id_DESC], : [ 1541 Int, : 1542 String, : 1543 Int, : 1544 String : 1545 ): PurchaseOrderConnection! 1546 1547 # Get a list of purchase order deliveries 1548 # 1549 # Required permission: PurchaseOrderDelivery:read 1550 # 1551 # Limit must be in range 1 - 200 1552 # 1553 # Arguments 1554 # where: (self-explanatory) 1555 # sort: (self-explanatory) 1556 # limit: (self-explanatory) 1557 # page: (self-explanatory) 1558 ( 1559 PurchaseOrderDeliveryFilter, : 1560 PurchaseOrderDeliverySort!] = [id_DESC], : [ 1561 Int = 20, : 1562 Int = 1 : 1563 ): [PurchaseOrderDelivery!]! 1564 1565 # Get collection of purchase order deliveries in the Relay connection form 1566 # 1567 # Required permission: PurchaseOrderDelivery:read 1568 # 1569 # Limit must be in range 1 - 200 1570 # 1571 # Arguments 1572 # where: (self-explanatory) 1573 # sort: (self-explanatory) 1574 # first: (self-explanatory) 1575 # after: (self-explanatory) 1576 # last: (self-explanatory) 1577 # before: (self-explanatory) 1578 ( 1579 PurchaseOrderDeliveryFilter, : 1580 PurchaseOrderDeliverySort!] = [id_DESC], : [ 1581 Int, : 1582 String, : 1583 Int, : 1584 String : 1585 ): PurchaseOrderDeliveryConnection! 1586 1587 # Get single supplier data by ID 1588 # 1589 # Required permission: Supplier:read 1590 # 1591 # Arguments 1592 # id: (self-explanatory) 1593 Int!): Supplier ( : 1594 1595 # Get a list of suppliers 1596 # 1597 # Required permission: Supplier:read 1598 # 1599 # Limit must be in range 1 - 200 1600 # 1601 # Arguments 1602 # where: (self-explanatory) 1603 # sort: (self-explanatory) 1604 # limit: (self-explanatory) 1605 # page: (self-explanatory) 1606 SupplierFilter, : [SupplierSort!] = [name_ASC], : Int = 20, : Int = 1): [Supplier!]! ( : 1607 1608 # Required permission: Event:read 1609 # 1610 # All elements are always returned 1611 # 1612 # Arguments 1613 # where: (self-explanatory) 1614 EventListenerFilter): [EventListener!]! ( : 1615 1616 # Get N oldest events. 1617 # After they are processed, they must be confirmed by calling the confirmEvents mutation. 1618 # Otherwise, the repetitive calls of the query will be returning the same events. 1619 # You can filter by object type and change type for all types of events, and additionally 1620 # filter by store and market for events that are related to them. 1621 # 1622 # Required permission: Event:read 1623 # 1624 # Limit must be in range 1 - 200 1625 # 1626 # Store restrictions apply. 1627 # 1628 # Arguments 1629 # where: (self-explanatory) 1630 # limit: (self-explanatory) 1631 EventFilter, : Int! = 20): [Event!]! ( : 1632 1633 # Required permission: MediaBatch:read 1634 # 1635 # Arguments 1636 # queueId: (self-explanatory) 1637 String!): MediaBatch ( : 1638 1639 # Get all users for which tokens were generated 1640 # 1641 # Required permission: admin 1642 # 1643 # Limit must be in range 1 - 200 1644 # 1645 # Arguments 1646 # where: (self-explanatory) 1647 # sort: (self-explanatory) 1648 # limit: (self-explanatory) 1649 # page: (self-explanatory) 1650 GraphQLAccessFilter, : [GraphQLAccessSort!] = [id_DESC], : Int = 20, : Int = 1): [GraphQLAccess!]! ( : 1651 1652 # Get all integration names so that one can select it instead of typing 1653 # 1654 # Required permission: admin 1655 # 1656 # All elements are always returned 1657 String!]! : [ 1658 1659 # Get all permission names 1660 # 1661 # Required permission: admin 1662 # 1663 # All elements are always returned 1664 String!]! : [ 1665 1666 # Get all rate limit tiers 1667 # 1668 # Required permission: admin 1669 # 1670 # All elements are always returned 1671 # 1672 # Arguments 1673 # where: (self-explanatory) 1674 RateLimitTierFilter): [RateLimitTier!]! ( : 1675 1676 }
link Required by
This element is not required by anyone