Order

  • Object
#

Fields


OrderAddress

Gets the billing address associated with the order. This may be the same as the shipping address.

DateTime!

The date and time when the order was created.

String

The external reference for the order.

ID!

The unique identifier for the order.

Int!

The order number.

OrderState!

Current status of the Order.

PaymentState!

Payment status of the Order.

ShipmentState!

Shipment status of the Order.

OrderAddress

Gets the shipping address associated with the order.

Money!

Gets the total price of the order before discounts and taxes.

TaxedPrice

Gets the taxed price of the order. This may be null if the order does not yet have a taxed price.

Money!

Gets the total price of the order after discounts and taxes.

#

Queries


#

Mutations