Skip to main content

placeOrder

Place an Order (into Pending Status).

Requires the order/write permission on the given DemandHq.

placeOrder(
orderId: ID!
): Order!

Arguments

placeOrder.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).