I want to delete 1000s products through Graphql, but this doesn’t seem to be possible.
My use case is for testing, I have a test store and want to delete all product and then re-add, to test.
I don’t want to use an app
Looks like there is no bulk delete for products (https://shopify.dev/docs/api/usage/bulk-operations/imports)) is that really true? My initial thought was to use bulk delete, but creating the productDelete calls and then submitting to the bulk job
The only other way I can think of is one by one, but that would take a long time
Any other methods?
Thanks
Grant