Skip to main content

orderConfirm Mutation

Confirms an unconfirmed order by changing status to unfulfilled.

Requires MANAGE_ORDERSpermission.
orderConfirm(
id: ID!
): OrderConfirm

Arguments

orderConfirm.id ● ID! non-null scalar miscellaneous

ID of an order to confirm.

Type

OrderConfirm object orders

Confirms an unconfirmed order by changing status to unfulfilled.

Requires MANAGE_ORDERSpermission.