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

isGiveaway

Whether the order was a giveaway

salesChannel

Sales Channel

status

The status of the Order

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

#