Skip to main content

Arguments

input : AnnulOrderInput! required

Input variables needed for annulling the order.

Returns

AnnulOrder

Output type of the annulOrder mutation.

Allowed Viewers

Customer Partner User Third party

Query Complexity

6

Examples

The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.

Query

mutation AnnulOrder($input: AnnulOrderInput!) { annulOrder(input: $input) { orderAnnulled } }

Variables

{ "input": AnnulOrderInput }

Response

{ "data": { "annulOrder": { "orderAnnulled": true } } }