Hello!
Our need is a Customer’s Data Erasure for a large amount of customers’ data in our Shopify Stores.
Looking at the Shopify dev docs , the process seems much more complex that I could have expected.
I tested how the GraphQL API customerRequestDataErasure works on a custom app in Shopify. However, this Mutation is intended to be used for single customers requests, not as a bulk operation.
I am also seeing limitations to implement this process by using multiple calls to the GraphQL API endpoint when it need to call a large amounts of customers (> 250).
My questions are:
Do you ever used this API for a customer’s bulk data erasure?
It is possible to make a Bulk with the customerRequestDataErasure mutation?
Any hints would be appreciated.
Thanks!