placeOrder
Places an existing order by changing its status to OrderStatus::Placed
.
Adds optional payment authorization input to order DTO when placing order.
placeOrder(
input: PlaceOrderInput!
): Order!
Arguments
placeOrder.input
● PlaceOrderInput!
non-null input
PlaceOrderInput
Type
Order
object
Foreign type of an order.