order
Get a order by its orderId.
Requires the publicorder/read scope.
order(
customerToken: String!
orderId: ID!
): PublicOrder
Arguments
order.customerToken
● String!
non-null scalar
order.orderId
● ID!
non-null scalar
Type
PublicOrder
object
A Order is a part of the Demand Domain and represents a the basic information of a order. Orders have many support entities, including variants, which represent SKUs of the order.