You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 31, 2019. It is now read-only.
I'm currently working on the mandatory webooks for my Shopify app. It looks like the withWebook middleware provides a response prior to forwarding the information to the next handler. For the erasure endpoints, this probably isn't a huge issue, because that will be a deferred job on our end anyway. What is the suggested way to implement the handler for the /customers/data_request webhook? It seems that the customer's data is expected to provided by the response to the hook.
The text was updated successfully, but these errors were encountered:
After reading the docs a bit closer, it looks like I was incorrect about needing to provide the customer data to the request. In this case, the 200 response from the withWebhook handler should be fine. The endpoint just needs acknowledge the request so that a data collection process can be executed asynchronously.
I'm currently working on the mandatory webooks for my Shopify app. It looks like the
withWebook
middleware provides a response prior to forwarding the information to the next handler. For the erasure endpoints, this probably isn't a huge issue, because that will be a deferred job on our end anyway. What is the suggested way to implement the handler for the/customers/data_request
webhook? It seems that the customer's data is expected to provided by the response to the hook.The text was updated successfully, but these errors were encountered: