orderConfirm
Confirms an unconfirmed order by changing status to unfulfilled.
orderConfirm(
id: ID!
): OrderConfirm
Arguments
orderConfirm.id ● ID! non-null scalar
ID of an order to confirm.
Type
OrderConfirm object
Confirms an unconfirmed order by changing status to unfulfilled.
Was this page helpful?