OBJECT
PreorderDeliveryWindow
link GraphQL Schema definition
1 type PreorderDeliveryWindow implements DeliveryWindow { 2 : Int! 3 4 : String! 5 6 : Status! 7 8 : Int! 9 10 : Boolean! 11 12 : Boolean! 13 14 : Boolean! 15 16 : ProductVariantDeliveryType! 17 18 : DeliveryWindowGroup 19 20 # Required permission: AllocationRule:read 21 : AllocationRule 22 23 # Required permission: Campaign:read 24 # 25 # Limit is optional 26 # 27 # Store restrictions apply. 28 # 29 # Arguments 30 # where: (self-explanatory) 31 # sort: (self-explanatory) 32 # limit: (self-explanatory) 33 # page: (self-explanatory) 34 (: CampaignFilter, : [CampaignSort!] = [id_DESC], : Int, : Int): [Campaign!]! 35 36 # Required permission: DeliveryWindow:read 37 # 38 # Limit must be in range 1 - 200 39 # 40 # Arguments 41 # where: (self-explanatory) 42 # sort: (self-explanatory) 43 # limit: (self-explanatory) 44 # page: (self-explanatory) 45 ( 46 : DeliveryWindowVariantFilter, 47 : [DeliveryWindowVariantSort!] = [deliveryWindowId_ASC, productVariantId_ASC], 48 : Int = 20, 49 : Int = 1 50 ): [DeliveryWindowVariant!]! 51 52 # Required permission: Market:read 53 # 54 # Limit is optional 55 # 56 # Store restrictions apply. 57 # 58 # Arguments 59 # where: (self-explanatory) 60 # sort: (self-explanatory) 61 # limit: (self-explanatory) 62 # page: (self-explanatory) 63 (: MarketFilter, : [MarketSort!] = [id_ASC], : Int, : Int): [Market!]! 64 65 : String 66 67 : AllocationOrderType! 68 69 # Arguments 70 # format: ISO-8601 71 (: String = "Y-m-d\\TH:i:sP"): DateTimeTz 72 73 # Arguments 74 # format: ISO-8601 75 (: String = "Y-m-d\\TH:i:sP"): DateTimeTz 76 77 # Arguments 78 # format: ISO-8601 79 (: String = "Y-m-d\\TH:i:sP"): DateTimeTz 80 81 # Arguments 82 # format: ISO-8601 83 (: String = "Y-m-d\\TH:i:sP"): DateTimeTz 84 85 }