Hi, I would like to delete all my products and re-load them using the graphQL API and I am wondering how the productDelete mutation interacts with unfulfilled orders. The documentation ( productDelete - GraphQL Admin ) states what happens with draft and completed orders but it does not say anything about unfulfilled orders. Will an order be able to be fulfilled after the corresponding product has been deleted? Will the deletion of the product fail if it is referenced by an unfulfilled order?
Thanks.
1 Like