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