Anchor to OrderDeleteUserErrorOrder
objectOrder Delete User Error
Requires access scope.
Errors related to deleting an order.
Anchor to FieldsFields
- code (OrderDeleteUserErrorCode)
- field ([String!])
- message (String!)
- Anchor to codecode•Order
Delete User Error Code The error code.
- Anchor to fieldfield•[String!]
The path to the input field that caused the error.
- Anchor to messagemessage•String!non-null
The error message.
Was this section helpful?
Anchor to MutationsMutations
- orderDelete (OrderDeletePayload)
- •mutation
Permanently deletes an
Orderfrom the store.You can only delete specific order types. Other orders you can cancel using the
mutation instead.CautionThis action is irreversible. You can't recover deleted orders.
Caution:This action is irreversible. You can't recover deleted orders.
Caution: This action is irreversible. You can't recover deleted orders.
- Anchor to orderIdorder•ID!
Id required The ID of the order to be deleted.
Arguments
Was this section helpful?