Skip to main content

Interface: OrderItemUpdateInput

Defined in: type/OrderItemUpdateInput.ts:5

Input object for OrderItemUpdateInput

Properties

costPrice?

optional costPrice?: number

Defined in: type/OrderItemUpdateInput.ts:33

The costprice of the orderitem


customerPrice?

optional customerPrice?: 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?

optional notes?: 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?

optional priceNet?: 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?

optional priceTotalNet?: 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?

optional requestDate?: 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