Magidoc

CreateOrderLineInput
Input Object

An input to create a new OrderLineItem

Fields

#

description

A human readable description of the order line

externalId

An optional external identifier for the order line

grossAmount

The gross amount for the order line

jobId

A reference to the job that will fulfil this line

kind

Non-null

The kind of the order line

netAmount

The net amount for the order line

orderId

ID !
Non-null

The ID of the order the line belongs to

quantity

Non-null

The quantity of the order line

taxAmount

The amount of tax for this order line

taxRate

The tax rate for the order line

total

The total amount for the order line

unitPrice

The unit price for the order line

Usages

#

References

#

  • Argument input of field createOrderLine from type Mutation