Magidoc

Order
Object

An Order represents a commercial transaction

Fields

#

id

ID !
Non-null

The unique identifier for the Order

externalId

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

reference

The reference number for the Order, for example the order number in an MIS or a Web2Print system

state

Non-null

The state of the Order

currency

Non-null

The currency the Order was placed in

customerId

The ID of the Customer associated with this Order, if available

customer

The Customer associated with this Order, if available

addresses

[ Address !]!
Non-null

The available addresses for this Order

contacts

Non-null

The contacts for the Order

jobs

[ Job !]!
Non-null

The jobs associated with this Order

lines

Non-null

The line items in the Order

createdAt

Non-null

The timestamp when the order was created

updatedAt

Non-null

The timestamp when the order was last updated

Usages

#

References

#