OBJECT
WholesaleOrder
link GraphQL Schema definition
1 type WholesaleOrder implements Order, ObjectWithAttributes { 2 String! : 3 4 Int! : 5 6 OrderStatus! : 7 8 # Arguments 9 # includingTax: (self-explanatory) 10 Boolean! = true): MonetaryValue! ( : 11 12 # Same as orderDate 13 # 14 # Arguments 15 # format: ISO-8601 16 String = "Y-m-d\\TH:i:sP"): DateTimeTz! ( : 17 18 # Arguments 19 # format: ISO-8601 20 String = "Y-m-d\\TH:i:sP"): DateTimeTz! ( : 21 22 # Same as createdAt 23 # 24 # Arguments 25 # format: ISO-8601 26 String = "Y-m-d\\TH:i:sP"): DateTimeTz! ( : 27 28 # Required permission: Order.userIP:read 29 String : 30 31 # Required permission: Order.internalComment:read 32 String : 33 34 String! : 35 36 Float! : 37 38 # Required permission: Order.attributes:read 39 # 40 # All elements are always returned 41 Attribute!]! : [ 42 43 # Required permission: Order.billingAddress:read 44 Address : 45 46 # Required permission: none 47 Country : 48 49 # Required permission: Order:read 50 # 51 # All elements are always returned 52 OrderDiscount!]! : [ 53 54 # Required permission: EmailHistory:read 55 # 56 # Limit must be in range 1 - 200 57 # 58 # Arguments 59 # where: (self-explanatory) 60 # sort: (self-explanatory) 61 # limit: (self-explanatory) 62 # page: (self-explanatory) 63 EmailHistoryFilter, : [EmailHistorySort!] = [id_DESC], : Int = 20, : Int = 1): [WholesaleEmailHistoryEntry!]! ( : 64 65 # Required permission: OrderHistory:read 66 # 67 # Limit must be in range 1 - 200 68 # 69 # Arguments 70 # where: (self-explanatory) 71 # sort: (self-explanatory) 72 # limit: (self-explanatory) 73 # page: (self-explanatory) 74 OrderHistoryFilter, : [OrderHistorySort!] = [id_DESC], : Int = 20, : Int = 1): [WholesaleOrderHistoryEntry!]! ( : 75 76 # Required permission: none 77 Language : 78 79 # Required permission: Order:read 80 # 81 # All elements are always returned 82 # 83 # Arguments 84 # includeFullyCancelled: (self-explanatory) 85 Boolean = false): [OrderLine!]! ( : 86 87 # Required permission: Market:read 88 # 89 # Store restrictions apply. 90 Market : 91 92 # Required permission: Order:read 93 # 94 # All elements are always returned 95 OrderDocument!]! : [ 96 97 # Required permission: StorePlugin:read 98 # 99 # Store restrictions apply. 100 StorePlugin : 101 102 # Required permission: PaymentHistory:read 103 # 104 # Limit must be in range 1 - 200 105 # 106 # Arguments 107 # where: (self-explanatory) 108 # sort: (self-explanatory) 109 # limit: (self-explanatory) 110 # page: (self-explanatory) 111 PaymentHistoryEntryFilter, : [PaymentHistoryEntrySort!] = [id_DESC], : Int = 20, : Int = 1): [PaymentHistoryEntry!]! ( : 112 113 # Required permission: Pricelist:read 114 # 115 # Store restrictions apply. 116 Pricelist! : 117 118 # Required permission: Return:read 119 # 120 # All elements are always returned 121 # 122 # Store restrictions apply. 123 WholesaleReturn!]! : [ 124 125 # Required permission: Shipment:read 126 # 127 # All elements are always returned 128 # 129 # Store restrictions apply. 130 WholesaleShipment!]! : [ 131 132 # Required permission: Order.shippingAddress:read 133 Address : 134 135 # Required permission: ShippingOption:read 136 # 137 # Store restrictions apply. 138 ShippingPriceGroup : 139 140 # Required permission: none 141 CountryState : 142 143 # Required permission: Store:read 144 # 145 # Store restrictions apply. 146 Store! : 147 148 # Required permission: Order:read 149 OrderTotals! : 150 151 # All elements are always returned 152 TaxBreakdownLine!]! : [ 153 154 # Required permission: AllocationRule:read 155 AllocationRule : 156 157 BuyerInfo! : 158 159 Boolean! : 160 161 Boolean! : 162 163 Boolean! : 164 165 Boolean! : 166 167 String : 168 169 # Required permission: Account:read 170 # 171 # Store restrictions apply. 172 Account : 173 174 # Required permission: Buyer:read 175 # 176 # Store restrictions apply. 177 Buyer : 178 179 # Required permission: Commission:read 180 # 181 # All elements are always returned 182 Commission!]! : [ 183 184 # Required permission: DeliveryWindow:read 185 # 186 # Limit must be in range 1 - 200 187 # 188 # Store restrictions apply. 189 # 190 # Arguments 191 # where: (self-explanatory) 192 # sort: (self-explanatory) 193 # limit: (self-explanatory) 194 # page: (self-explanatory) 195 DeliveryWindowFilter, : [DeliveryWindowSort!] = [id_ASC], : Int = 20, : Int = 1): [DeliveryWindow!]! ( : 196 197 # Required permission: ShippingTerms:read 198 # 199 # Store restrictions apply. 200 ShippingTerms : 201 202 # Required permission: PaymentTerms:read 203 # 204 # Store restrictions apply. 205 PaymentTerms : 206 207 # Required permission: Order:read 208 # 209 # All elements are always returned 210 OrderAttachment!]! : [ 211 212 # Arguments 213 # format: ISO-8601 214 String = "Y-m-d\\TH:i:sP"): DateTimeTz ( : 215 216 # Arguments 217 # format: ISO-8601 218 String = "Y-m-d\\TH:i:sP"): DateTimeTz ( : 219 220 # Arguments 221 # format: ISO-8601 222 String = "Y-m-d\\TH:i:sP"): DateTimeTz ( : 223 224 }