Hello,
does anybody know if Shopify persists for which customers, the route “customers/redact” (https://shopify.dev/apps/webhooks/configuration/mandatory-webhooks#customers-redact) has been called? Or can we assume that the customer has also been deleted in Shopify and therefore will not appear anymore in the list of all customers, delivered by the API (https://shopify.dev/api/admin-rest/2022-07/resources/customer#get-customers).
Our app will fetch all customers on regular basis using the admin API. We want to be sure that all customers that have requested deletion will not reappear later, when all customers are fetched again.
Thanks a lot