Skip to main content
Version: Canary 🚧

orderConfirm

Confirms an unconfirmed order by changing status to unfulfilled.

Requires MANAGE_ORDERSpermission.
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.

Requires MANAGE_ORDERSpermission.

Was this page helpful?