Skip to main content
Anchor to OrderDeleteUserError

OrderDeleteUserError

object

Requires read_orders access scope.

Errors related to deleting an order.

•OrderDeleteUserErrorCode

The error code.

•[String!]

The path to the input field that caused the error.

•String!
non-null

The error message.


Was this section helpful?

•mutation

Permanently deletes an Order from the store.

You can only delete specific order types. Other orders you can cancel using the orderCancel mutation instead.


Caution

This action is irreversible. You can't recover deleted orders.


Arguments

•ID!
required

The ID of the order to be deleted.



Was this section helpful?


Was this section helpful?