OBJECT
AtOnceDeliveryWindow
link GraphQL Schema definition
1 type AtOnceDeliveryWindow implements DeliveryWindow { 2 Int! : 3 4 String! : 5 6 Status! : 7 8 Boolean! : 9 10 Boolean! : 11 12 Boolean! : 13 14 ProductVariantDeliveryType! : 15 16 # Required permission: AllocationRule:read 17 AllocationRule : 18 19 # Required permission: Campaign:read 20 # 21 # Limit is optional 22 # 23 # Store restrictions apply. 24 # 25 # Arguments 26 # where: (self-explanatory) 27 # sort: (self-explanatory) 28 # limit: (self-explanatory) 29 # page: (self-explanatory) 30 CampaignFilter, : [CampaignSort!] = [id_DESC], : Int, : Int): [Campaign!]! ( : 31 32 # Required permission: DeliveryWindow:read 33 # 34 # Limit must be in range 1 - 200 35 # 36 # Arguments 37 # where: (self-explanatory) 38 # sort: (self-explanatory) 39 # limit: (self-explanatory) 40 # page: (self-explanatory) 41 ( 42 DeliveryWindowVariantFilter, : 43 DeliveryWindowVariantSort!] = [deliveryWindowId_ASC, productVariantId_ASC], : [ 44 Int = 20, : 45 Int = 1 : 46 ): [DeliveryWindowVariant!]! 47 48 # Required permission: Market:read 49 # 50 # Limit is optional 51 # 52 # Store restrictions apply. 53 # 54 # Arguments 55 # where: (self-explanatory) 56 # sort: (self-explanatory) 57 # limit: (self-explanatory) 58 # page: (self-explanatory) 59 MarketFilter, : [MarketSort!] = [id_ASC], : Int, : Int): [Market!]! ( : 60 61 # Incoming deliveries coming within this number of days will be included when calculating the at once stock 62 Int : 63 64 Boolean! : 65 66 }