Interface: OrderItemUpdateInput
Defined in: type/OrderItemUpdateInput.ts:5
Input object for OrderItemUpdateInput
Properties
costPrice?
optionalcostPrice?:number
Defined in: type/OrderItemUpdateInput.ts:33
The costprice of the orderitem
customerPrice?
optionalcustomerPrice?:number
Defined in: type/OrderItemUpdateInput.ts:31
The calculated user specific price of the orderitem, before applying any additional discounts
discount
discount:
number
Defined in: type/OrderItemUpdateInput.ts:21
The discount applied to this orderitem
id
id:
number
Defined in: type/OrderItemUpdateInput.ts:7
The ID of the orderitem to update.
notes?
optionalnotes?:string
Defined in: type/OrderItemUpdateInput.ts:11
The orderitem notes
originalPrice
originalPrice:
number
Defined in: type/OrderItemUpdateInput.ts:27
The original price of the OrderItem, before applying any discounts
price
price:
number
Defined in: type/OrderItemUpdateInput.ts:15
The gross price per unit excluding tax
priceNet?
optionalpriceNet?:number
Defined in: type/OrderItemUpdateInput.ts:13
The calculated price per unit including tax
priceTotal
priceTotal:
number
Defined in: type/OrderItemUpdateInput.ts:17
The total price of the orderitem excluding tax
priceTotalNet?
optionalpriceTotalNet?:number
Defined in: type/OrderItemUpdateInput.ts:19
The total price of the OrderItem including tax
quantity
quantity:
number
Defined in: type/OrderItemUpdateInput.ts:9
The quantity of the orderitem
requestDate?
optionalrequestDate?:string
Defined in: type/OrderItemUpdateInput.ts:35
Requested delivery date for this orderline
tax
tax:
number
Defined in: type/OrderItemUpdateInput.ts:23
The amount of tax applied to this orderitem
taxCode
taxCode:
TaxCode
Defined in: type/OrderItemUpdateInput.ts:29
The tax code of the OrderItem
taxPercentage
taxPercentage:
number
Defined in: type/OrderItemUpdateInput.ts:25
The tax percentage applied to this orderitem