OBJECT
BundleItemOrderLine
link GraphQL Schema definition
1 type BundleItemOrderLine implements OrderLine { 2 Int! : 3 4 String! : 5 6 String! : 7 8 Boolean! : 9 10 String : 11 12 String : 13 14 String : 15 16 String : 17 18 String : 19 20 # If set, it holds the absolute url where this item can be seen 21 String : 22 23 # The current quantity for the order line, excluding cancelled units 24 Int! : 25 26 Int! : 27 28 Int! : 29 30 # Original price taken from the pricelist, might include or exclude taxes 31 # depending on the param 32 # 33 # Arguments 34 # includingTax: (self-explanatory) 35 Boolean! = true): MonetaryValue! ( : 36 37 # Arguments 38 # includingTax: (self-explanatory) 39 Boolean! = true): MonetaryValue! ( : 40 41 Float! : 42 43 Float! : 44 45 # Arguments 46 # includingTax: (self-explanatory) 47 Boolean! = true): MonetaryValue! ( : 48 49 # Required permission: Brand:read 50 # 51 # Store restrictions apply. 52 Brand : 53 54 # Required permission: Category:read 55 # 56 # Store restrictions apply. 57 Category : 58 59 # Required permission: Collection:read 60 Collection : 61 62 # Required permission: DeliveryWindow:read 63 # 64 # Store restrictions apply. 65 DeliveryWindow : 66 67 # Required permission: Display:read 68 # 69 # Store restrictions apply. 70 Display : 71 72 # Required permission: Folder:read 73 Folder : 74 75 # Required permission: Invoice:read 76 # 77 # All elements are always returned 78 InvoiceLine!]! : [ 79 80 # Required permission: none 81 # 82 # Store restrictions apply. 83 Order! : 84 85 # Required permission: Product:read 86 Product : 87 88 # Required permission: ProductVariant:read 89 ProductVariant : 90 91 # Required permission: none 92 ProductSize : 93 94 # Required permission: TaxRule:read 95 TaxGroup : 96 97 # Required permission: Allocation:read 98 # 99 # Limit is optional 100 # 101 # Arguments 102 # where: (self-explanatory) 103 # sort: (self-explanatory) 104 # limit: (self-explanatory) 105 # page: (self-explanatory) 106 ( 107 AllocationFilter, : 108 AllocationSort!] = [id_ASC], : [ 109 Int, : 110 Int = 1 : 111 ): [Allocation!]! 112 113 # Required permission: Bundle:read 114 Bundle : 115 116 # Required permission: Order:read 117 BundleOrderLine! : 118 119 # Required permission: Bundle:read 120 BundleSection : 121 122 }
link Required by
This element is not required by anyone