Order

Represents an order that a customer places for a product.

Fields


id: ID!

A Price object representing the subtotal of the products in the cart before taxes and shipping fees are applied.


status: OrderStatus!

The status of the order.


events: [OrderEvent!]!

The list of events associated with the order.


Related types