OBJECT
Market
link GraphQL Schema definition
1 type Market { 2 Int! : 3 4 String! : 5 6 # Required permission: Market.comment:read 7 String : 8 9 # Arguments 10 # format: ISO-8601 11 String = "Y-m-d\\TH:i:sP"): DateTimeTz! ( : 12 13 # Required permission: AllocationRule:read 14 AllocationRule : 15 16 # Required permission: Country:read 17 # 18 # Limit is optional 19 # 20 # Arguments 21 # where: (self-explanatory) 22 # sort: (self-explanatory) 23 # limit: (self-explanatory) 24 # page: (self-explanatory) 25 CountryFilter, : [CountrySort!] = [name_ASC], : Int, : Int): [Country!]! ( : 26 27 # Required permission: Campaign:read 28 # 29 # Limit must be in range 1 - 200 30 # 31 # Store restrictions apply. 32 # 33 # Arguments 34 # where: (self-explanatory) 35 # sort: (self-explanatory) 36 # limit: (self-explanatory) 37 # page: (self-explanatory) 38 CampaignFilter, : [CampaignSort!] = [id_DESC], : Int = 20, : Int = 1): [Campaign!]! ( : 39 40 # Required permission: Store:read 41 # 42 # Store restrictions apply. 43 Store! : 44 45 # Required permission: Display:read 46 # 47 # Limit must be in range 1 - 100 48 # 49 # Store restrictions apply. 50 # 51 # Arguments 52 # where: (self-explanatory) 53 # sort: (self-explanatory) 54 # limit: (self-explanatory) 55 # page: (self-explanatory) 56 DisplayFilter, : [DisplaySort!] = [id_ASC], : Int = 20, : Int = 1): [Display!]! ( : 57 58 String : 59 60 }
link Required by
- Account
- AdminUser
- AllocationRule
- AtOnceDeliveryWindow
- Campaign
- Customer
- DeliveryWindow
- DirectToConsumerOrder
- Display
- Event
- EventTarget Contains object types, which are possible values of EventObjectType, with interfaces resolved to concrete types
- GeneralDocumentTemplate
- LowestPrice
- MarketCreatePayload
- MarketDisplaysSetPayload
- MarketDisplaysUnsetPayload
- MarketUpdatePayload
- Order
- PreorderDeliveryWindow
- Query The main queries are here, click to expand
- ShippingOption
- Store
- SubscriptionContract
- Voucher
- WholesaleOrder