Magidoc

OrderLineItem
Object

An OrderLineItem is an individual component of an Order

Fields

#

id

The unique identifier for the OrderLineItem

externalId

The external identifier for the OrderLineItem, for example the ID in an MIS or a Web2Print system

kind

Non-null

The kind of the OrderLineItem

description

A human readable description of the OrderLineItem, for example to be displayed on an invoice

quantity

Non-null

The quantity of the OrderLineItem

jobId

The ID of the Job that will fulfil this line, if appropriate

job

The Job that will fulfil this line, if appropriate

orderId

The ID of the Order that this line belongs to

order

The Order that this line belongs to

taxRate

The tax rate for the OrderLineItem

taxAmount

The total tax amount for the OrderLineItem

unitPrice

The unit price for the OrderLineItem

grossAmount

The gross amount for the OrderLineItem

netAmount

The net amount for the OrderLineItem

total

The total amount for the OrderLineItem

createdAt

Non-null

The timestamp when the OrderLineItem was created

updatedAt

Non-null

The timestamp when the OrderLineItem was last updated

Usages

#

References

#