Copy for LLMOn this pageorderCancel MutationCancel an order. Requires the MANAGE_ORDERSpermission. orderCancel( id: ID!): OrderCancel Detailstype OrderCancel { order: Order orderErrors: [OrderError!]! @deprecated errors: [OrderError!]!} Arguments id ● ID! ID of the order to cancel. Type OrderCancel Cancel an order. Requires the MANAGE_ORDERSpermission.