OBJECT
Store
link GraphQL Schema definition
1 type Store { 2 Int! : 3 4 String! : 5 6 StoreType! : 7 8 # Required permission: Affiliate:read 9 # 10 # Limit must be in range 1 - 200 11 # 12 # Store restrictions apply. 13 # 14 # Arguments 15 # where: (self-explanatory) 16 # sort: (self-explanatory) 17 # limit: (self-explanatory) 18 # page: (self-explanatory) 19 AffiliateFilter, : [AffiliateSort!] = [id_ASC], : Int = 20, : Int = 1): [Affiliate!]! ( : 20 21 # Required permission: AllocationRule:read 22 AllocationRule : 23 24 # Required permission: Brand:read 25 # 26 # Limit must be in range 1 - 200 27 # 28 # Store restrictions apply. 29 # 30 # Arguments 31 # where: (self-explanatory) 32 # sort: (self-explanatory) 33 # limit: (self-explanatory) 34 # page: (self-explanatory) 35 BrandFilter, : [BrandSort!] = [id_DESC], : Int = 20, : Int = 1): [Brand!]! ( : 36 37 # Required permission: Campaign:read 38 # 39 # Limit must be in range 1 - 200 40 # 41 # Store restrictions apply. 42 # 43 # Arguments 44 # where: (self-explanatory) 45 # sort: (self-explanatory) 46 # limit: (self-explanatory) 47 # page: (self-explanatory) 48 CampaignFilter, : [CampaignSort!] = [id_DESC], : Int = 20, : Int = 1): [Campaign!]! ( : 49 50 # Required permission: Category:read 51 # 52 # Limit must be in range 1 - 200 53 # 54 # Store restrictions apply. 55 # 56 # Arguments 57 # where: (self-explanatory) 58 # sort: (self-explanatory) 59 # limit: (self-explanatory) 60 # page: (self-explanatory) 61 CategoryFilter, : [CategorySort!] = [customOrder_ASC], : Int = 20, : Int = 1): [Category!]! ( : 62 63 # Required permission: Market:read 64 # 65 # Store restrictions apply. 66 Market : 67 68 # Required permission: Pricelist:read 69 # 70 # Store restrictions apply. 71 Pricelist : 72 73 # Required permission: TaxRule:read 74 TaxGroup : 75 76 # Required permission: Market:read 77 # 78 # Limit is optional 79 # 80 # Store restrictions apply. 81 # 82 # Arguments 83 # where: (self-explanatory) 84 # sort: (self-explanatory) 85 # limit: (self-explanatory) 86 # page: (self-explanatory) 87 MarketFilter, : [MarketSort!] = [id_ASC], : Int, : Int): [Market!]! ( : 88 89 # Required permission: Order:read 90 # 91 # Limit must be in range 1 - 100 92 # 93 # Store restrictions apply. 94 # 95 # Arguments 96 # where: (self-explanatory) 97 # sort: (self-explanatory) 98 # limit: (self-explanatory) 99 # page: (self-explanatory) 100 OrderFilter, : [OrderSort!] = [number_DESC], : Int = 20, : Int = 1): [Order!]! ( : 101 102 # Required permission: StorePlugin:read 103 # 104 # All elements are always returned 105 # 106 # Store restrictions apply. 107 StorePlugin!]! : [ 108 109 # Required permission: Pricelist:read 110 # 111 # Limit must be in range 1 - 200 112 # 113 # Store restrictions apply. 114 # 115 # Arguments 116 # where: (self-explanatory) 117 # sort: (self-explanatory) 118 # limit: (self-explanatory) 119 # page: (self-explanatory) 120 PricelistFilter, : [PricelistSort!] = [id_ASC], : Int = 20, : Int = 1): [Pricelist!]! ( : 121 122 # Required permission: ShippingOption:read 123 # 124 # All elements are always returned 125 ShippingOption!]! : [ 126 127 }
link Required by
- Affiliate
- AllocationRule
- Brand
- BrickAndMortar
- Buyer
- Campaign
- Category
- Customer
- DirectToConsumerInvoice
- DirectToConsumerOrder
- DirectToConsumerReturn
- DirectToConsumerShipment
- Display
- DocumentTemplate
- Event
- EventTarget Contains object types, which are possible values of EventObjectType, with interfaces resolved to concrete types
- GeneralDocumentTemplate
- GiftCertificateGenerator
- Invoice
- Market
- NewsletterSubscription
- Order
- PriceAlteration
- Pricelist
- Query The main queries are here, click to expand
- Return
- Shipment
- ShippingOption
- SizeLocalization
- StorePlugin
- SubscriptionContract
- SubscriptionPlan
- SupplierDocumentTemplate
- TaxGroup
- Voucher
- WholesaleInvoice
- WholesaleOrder
- WholesaleReturn
- WholesaleShipment
- Wishlist