orderConfirm Mutation
Confirms an unconfirmed order by changing status to unfulfilled.
orderConfirm(
id: ID!
): OrderConfirm
Details
type OrderConfirm {
order: Order
orderErrors: [OrderError!]! @deprecated
errors: [OrderError!]!
}
Arguments
id ● ID!
ID of an order to confirm.
Type
OrderConfirm
Confirms an unconfirmed order by changing status to unfulfilled.