Magidoc

Order
Object

A Order object.

Fields

#

id

ID !
Non-null

The Globally Unique ID of this object

customer

The customer of the Order.

shippingAddress

The address to ship to

Special use case only

Required scopes: read:customer

trackingInfo

Tracking info for a shipped order

Required scopes: read:customer

subtotal

Subtotal cost (total of order items)

shippingPrice

Shipping cost

taxation

Taxes

total

Total cost

salesChannel

Sales Channel

items

The items contained in the Order.

(Currently only one item per order)

createdAt

Non-null

When the Order was created.

updatedAt

Non-null

When the Order was last updated.

cancelledAt

When the Order was cancelled.

Interfaces

#

Also implements Node .

Usages

#

References

#