Skip to main content

orderVoid Mutation

DEPRECATED

The legacy Payments API is deprecated and will be removed. Use the Transactions API instead.

Void an order.

Requires the MANAGE_ORDERSpermission.
orderVoid(
id: ID!
): OrderVoid @deprecated
Details
type OrderVoid {
order: Order
orderErrors: [OrderError!]! @deprecated
errors: [OrderError!]!
}

Arguments

id ● ID!

ID of the order to void.

Type

OrderVoid

Void an order.

Requires the MANAGE_ORDERSpermission.