Skip to main content
payload

Return type for orderDelete mutation.

•ID

Deleted order ID.

•[OrderDeleteUserError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?

Anchor to Mutations with this payloadMutations with this payload

•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?