OBJECT
AtOnceDeliveryWindow
link GraphQL Schema definition
1 type AtOnceDeliveryWindow 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 # Incoming deliveries coming within this number of days will be included when calculating the at once stock 68 Int : 69 70 Boolean! : 71 72 }