Skip to main content

orderConfirm Mutation

Confirms an unconfirmed order by changing status to unfulfilled.

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

Requires the MANAGE_ORDERSpermission.