Anchor to OrderDeletePayloadOrder
payloadOrder Delete Payload
Return type for mutation.
Anchor to FieldsFields
- deletedId (ID)
- userErrors ([OrderDeleteUserError!]!)
- Anchor to deletedIddeleted•ID
Id Deleted order ID.
- Anchor to userErrorsuser•[Order
Errors Delete User Error!]! 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
- 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?