Skip to main content

order

Get an order for an orderId.

Requires the order/read scope on the associated DemandHq.

order(
orderId: ID!
): Order

Arguments

order.orderId ● ID! non-null scalar

Type

Order object

An order is a collection of items that a customer has purchased. As an order accrues transactions, it changes status until it is eventually complete. Orders rely on Suppliers to fulfill the OrderItems by creating PurchaseOrderItems (which are then fulfilled).