[GDPR] - Receiving a Customer Redaction Request

Ryan
Shopify Staff
Shopify Staff
499 42 120

Hey All, just wanted to share a quick update from the team.

 

In May, we shared communications regarding the European Union’s new General Data Protection Regulation (“GDPR”) and what it means for merchants and developers on our platform.

One key aspect of the GDPR is that individuals now have the right to request access to their personal data and/or have their personal data deleted. To execute these requests, all developers on our platform who handle personal information are required to subscribe to our mandatory webhooks.

 

How developers receive requests around personal data

When Shopify receives notice from a merchant that a customer would like their personal data deleted, Shopify will redact all the personal data it stores on that customer and push that redaction request to you to fulfill as well. Likewise, if a customer requests to view their personal data from a merchant, Shopify will also send the merchant the requested data and push the same request to you. In general, the GDPR requires that the personal data be redacted upon request, unless you have another legal reason not to do so.

 

Implementation and Timing

We will begin sending out payloads for Customer Redaction and View Data on August 25th, 2018.

These payloads are being delivered through three webhooks; the two we introduced in May (Customer Redaction and Shop Redaction), and a third (View Data) which will be available by August 25th.

With all of these webhooks, unless you are legally required to retain the data, requests should be addressed within 30 days of receipt.  For details, visit the GDPR Webhook Docs

 

Receiving a Customer Redaction Request

We’ve broken down the Customer Redaction process into a few steps:

  1. Customer contacts merchant to request erasure of their personal data.

  2. Merchant clicks “Remove personal data” of the customer in their admin.

  3. Shopify redacts the personal data it holds on the customer, and sends a payload on the customers/redact topic to installed apps with the resource IDs matching the customer that has requested redaction.

  4. Apps receive the redaction request and are required by GDPR to redact the personal data. However, there are some cases where you do not need to redact data if there is another legal reason for keeping it. Please see Processing GDPR data requests for more information.

  5. If you are redacting, you have 30 days to do so.

 

Receiving a Shop Redaction Request

Similar to the Customer Redaction request we talked about above, we’re also introducing a Shop Redaction webhook. This webhook is intended to erase personal data for an entire store. 48 hours after a shop uninstalls your app, we will attempt to send you a shop/redact webhook. This webhook will provide the shop_id and shop_domain so that you can erase their customers’ personal information from your database. Similar to the customer redaction request, you should do so within 30 days.

 

Receiving a View Data Request

Implementation details will be coming very shortly.

 

For a quick recap:

Who is affected by this change? For the sake of simplicity and fairness, Shopify is honoring GDPR requests from everyone, even though the GDPR technically only applies to individuals who reside in the European Economic Area (“EEA”). Any app that offers goods or services to residents of the EEA is subject to the law (almost everyone!).

What do I do? Implement the two mandatory webhooks.

Why? To ensure compliance with the new European General Data Protection Regulation.

When? Shopify will begin sending payloads on August 25th, 2018.

For more information, please see our blog ‘What App Developers Need to Know About GDPR’, our helpdocs on GDPR, and our docs on user privacy and apps.

 

Ryan | Shopify 
 - Was my reply helpful? Click Like to let me know! 
 - Was your question answered? Mark it as an Accepted Solution
 - To learn more visit the Shopify Help Center or the Shopify Blog

Replies 44 (44)
Conner
Shopify Partner
52 2 12

Hi Ryan,

Quick clarification question.

Does this only apply to Shopify app developers?

We haven't developed any Shopify apps, but we handle all API requests for our clients' stores. Does this apply to us?

Thanks

Ryan
Shopify Staff
Shopify Staff
499 42 120

This would apply to anyone who is receiving and storing customer data through the API.

Ryan | Shopify 
 - Was my reply helpful? Click Like to let me know! 
 - Was your question answered? Mark it as an Accepted Solution
 - To learn more visit the Shopify Help Center or the Shopify Blog

menelaos_vergis
Shopify Partner
34 0 11

Are shop name and (xxx.myshopify.com) and email considered personal data?

 

Build Shopify Applications with the most simple UX possible
Marc_Syp
Shopify Partner
22 0 2

I have a private app that uses the Admin API to work with my Shopify Storefront and Printful Fulfillment service.  I do not request or store any customer data on my servers at this time.  However, Printful does have customer data that is clearly collected from Shopify.

I assume that Printful is complying with this requirement.  Am I also required to do anything?

Thanks.

Ryan
Shopify Staff
Shopify Staff
499 42 120

Are shop name and (xxx.myshopify.com) and email considered personal data?

No, this is customer data, not that of a Shopify Merchant.

I have a private app that uses the Admin API to work with my Shopify Storefront and Printful Fulfillment service. 

Yes Printful is required to comply, for private apps there is no action on these webhooks.  It's expected that if necessary merchants will relay the required info to be redacted to private app developers as private apps are considered an extension of the shop.

 

Ryan | Shopify 
 - Was my reply helpful? Click Like to let me know! 
 - Was your question answered? Mark it as an Accepted Solution
 - To learn more visit the Shopify Help Center or the Shopify Blog

Conner
Shopify Partner
52 2 12

Ryan,

I could use some more clarification based on your last response on the thread.

My company handles data feeds for our clients. We haven't developed any Shopify apps, public or private. We only make use of the Admin API.

Will actions on these webhooks be required from us? Or, is this the Store's responsbility to handle and then relay those requests to us?

Let me know if I can clarify anything.

Thanks

Ryan
Shopify Staff
Shopify Staff
499 42 120

Only public apps will have the ability to register for mandatory redact webhooks.  Any other usage of the data including private apps and integrations (which is sounds like you are) is the responsibility of merchant.

Ryan | Shopify 
 - Was my reply helpful? Click Like to let me know! 
 - Was your question answered? Mark it as an Accepted Solution
 - To learn more visit the Shopify Help Center or the Shopify Blog

Conner
Shopify Partner
52 2 12

Thanks, Ryan!

ClementG
Shopify Partner
660 0 148

Hi Ryan,

I have summarized a few questions below:

1) What will happen if we try to load an order for which the customer requested deletion.
Will order.customer be null? Or will it be non null with a customer id and all other personal fields null?

2) What is the purpose of the 48 hours delay?
 
3) When the customer order information is redacted, will the order/update webhook be triggered with missing customer details (e.g., a null customer_id, no billing/shipping address, email, or phone)?

This would be ideal because it would avoid every app implementing their own data cleaning methods and simply rely on Shopify to remove all personal details

ClementG
Shopify Partner
660 0 148

4) Is it possible for a store to request a shop/redact request even through they have not uninstalled the app? That could lead to pretty weird scenarios where the app cannot function.

I do wonder why shop/uninstall is not enough and why we need another webhook like shop/redact...

It might have been easier to add a checkbox when the store uninstalls, which asks whether all data should be redacted. But maybe there is a good reason I don't know about? 

Tony_Gilyana
Shopify Partner
6 0 0

Hi Ryan,

Hope you're doing well! Any update on the implementation details about the "View Data" request? We are pretty close to the release date on August 25th and we need this information as soon as possible.

Thanks, Tony

Ryan
Shopify Staff
Shopify Staff
499 42 120

1) What will happen if we try to load an order for which the customer requested deletion.
Will order.customer be null? Or will it be non null with a customer id and all other personal fields null?

Non-null with PII redacted.

2) What is the purpose of the 48 hours delay?

We have seen that if people uninstall an app by accident, or if they change their mind, they typically reinstall within 24h, so 48 is us taking into account some buffer time.
 

3) When the customer order information is redacted, will the order/update webhook be triggered with missing customer details (e.g., a null customer_id, no billing/shipping address, email, or phone)?

Yes,  webhooks are fired. The data isn't nulled out, it's redacted, anonymized

4) Is it possible for a store to request a shop/redact request even through they have not uninstalled the app? That could lead to pretty weird scenarios where the app cannot function.

There are multiple checks against this, so no, there would not be a redact if the app is not uninstalled.

 

I do wonder why shop/uninstall is not enough and why we need another webhook like shop/redact...

We couldn't add a 48 hour delay on the uninstall webhook.  And fundamentally they are different things, and apps will respond differently.

Any update on the implementation details about the "View Data" request?

I don't have any details on this there will be more shared when we have it.

 

 

Cheers,

Ryan

Ryan | Shopify 
 - Was my reply helpful? Click Like to let me know! 
 - Was your question answered? Mark it as an Accepted Solution
 - To learn more visit the Shopify Help Center or the Shopify Blog

Tony_Gilyana
Shopify Partner
6 0 0

Hi Ryan,

 

Any update on the implementation details about the "View Data" request?

I don't have any details on this there will be more shared when we have it.

 

Can you please confirm whether this is actually expected to be implemented by August 25th then?  Something doesn't sound right if Shopify doesn't even have the specs worked out for starters.  Or am I misunderstanding when this is due? 

ClementG
Shopify Partner
660 0 148

Thank Ryan, that's pretty much the answers I was hoping for.

We will commence testing shortly.

ClementG
Shopify Partner
660 0 148

Actually, there is no way to test at this point right? Payloads are not sending yet...

Ryan
Shopify Staff
Shopify Staff
499 42 120

Actually, there is no way to test at this point right?

I believe only shop/redact is sending at the moment.

 

 

Ryan | Shopify 
 - Was my reply helpful? Click Like to let me know! 
 - Was your question answered? Mark it as an Accepted Solution
 - To learn more visit the Shopify Help Center or the Shopify Blog

sanazt
Tourist
3 0 2

I cannot find relevant webhook topic under https://mytestshop.myshopify.com/admin/settings/notifications > Webhooks... what topic should I chose to trigger sample webhooks?

Thanks.

menelaos_vergis
Shopify Partner
34 0 11

I have implemented the webhooks and i have two questions:

  1. There are 3 webhooks but at the App Setup page there are only two fields ( Customer data erasure endpoint  and Shop data erasure endpoint )
  2. Why I get `Mandatory WebHook URL is invalid` on every save? It's a valid url and it's working (test it with PostMan)
Build Shopify Applications with the most simple UX possible
Matias_Fernande
Shopify Partner
7 0 8

I have these same exact questions.

I'm also recieving the "Mandatory WebHook URL is invalid" today. I'm not entirely sure why it's happening since the error doesn't say much. I don't think I changed anything in my app since last time it worked, so there's a chance it's on Shopify's end.

I don't have the third webhook because I assumed it got triggered by some scope or the "Read all orders" request. Maybe that's what's causing my failure? Idk but if someone figures it out, please share.

Lawrence_Weru
Tourist
11 0 2

I am also receiving the "Mandatory WebHook URL is invalid" error.

The endpoints are valid, they active, and they are responding via my REST API testing app.

 

Edit: this appears to be working now

Shopify Developer who has worked with national hair-care brands, health and beauty chains, and flagship universities. Here to bring simplicity and convenience to the workplace.
ClementG
Shopify Partner
660 0 148

Hi Ryan,

As far as we can tell shop/redact is not being set. 

We set up our webhooks 10 days ago and haven't received a single one.

Do you know the status of this?

ClementG
Shopify Partner
660 0 148

We just received our first shop/redact all of a sudden.

However, it was sent at the same time as app/uninstalled and not 48 hours later.

Vignesh_S
Shopify Partner
1 0 0

Hi Ryan,

I have implemented the webhooks customers/redact and shop/redact into my test store and requested to remove the customer data from the store and uninstalled the app from the store and waited for 48 hrs and got no request from shopify regarding these webhooks and I have put the screenshot of the same here. Is there any other dependencies that I have to consider? Kindly suggest.

Code_Black_Belt
Shopify Partner
140 1 9

Hello Ryan,

I see that some documentation for the view data requesst (customer/data_request) is already available at https://help.shopify.com/en/api/guides/gdpr-resources#customers-data_request

However, there's no information about how the response to that request should be.

Could you shed some light on the matter? Thanks in advance.

Regards,
   Jose Samper
   Code Black Belt
 

 

Ryan
Shopify Staff
Shopify Staff
499 42 120

You only need to respond 200 OK to confirm receipt of the webhook.  Then you would take action on it.

Ryan | Shopify 
 - Was my reply helpful? Click Like to let me know! 
 - Was your question answered? Mark it as an Accepted Solution
 - To learn more visit the Shopify Help Center or the Shopify Blog

Code_Black_Belt
Shopify Partner
140 1 9

Hi Ryan,

thank you very much for your response, that clarifies how to implement it.

However, I still don't know how to declare the URL for that webhook, in the app setup page there are only fields for 'Customer data erasure endpoint' and 'Shop data erasure endpoint' but not for the view data one.

Kind regards,
  Jose

Ryan
Shopify Staff
Shopify Staff
499 42 120

Oh sorry, didn't see you were talnig about data_request. More information will follow on the 25th I believe, where you can add the address and what to do once you receive it.

Ryan | Shopify 
 - Was my reply helpful? Click Like to let me know! 
 - Was your question answered? Mark it as an Accepted Solution
 - To learn more visit the Shopify Help Center or the Shopify Blog

jonnyom
New Member
1 0 0

Hi Ryan, quick question around the endpoints that need to be configured for the GDPR webhooks.

We're using the shopify_app Rails engine internally and rely on the shopify_app initializer to register the webhooks.

Do we need to implement new custom endpoints or are we able to rely on the engine instead?

We haven't received any webhooks in production from our testing, but locally in dev it all works correctly.

Cheers,

Jonny

rmanke
Shopify Partner
167 0 52

Does this have anything to do with apps that are not public?  So far all of the apps I have built are for individual customers.

Shopify Partner, software developer and designer.
techlead
Tourist
7 0 2

Hi Ryan,

 

In my app, I added an endpoint for Customer Data Erasure under App Setup -> Mandatory Webhooks, and processed erasure request as per this but I didn't receive any webhooks on my callback endpoint 

Please check the shared screenshot link:https://www.screencast.com/t/VVuukJN5

I have also tried to  configure those webhooks using Post man , but Invalid topic error are showing . Below is the URL path, and json payload I used to customers/redact topic,

Please check the shared screenhot link: https://www.screencast.com/t/WAvhCByhz

Thanks!

kashdkjhasd
New Member
9 0 0

Same Problem here,

These webhooks are not available in shopify webhook list thats why we are getting invalid topic error but dont know how we are going to use it and how we are going to get Payloads?

Is shopify going to create these webhooks or something different thing is there?

Ryan
Shopify Staff
Shopify Staff
499 42 120

Please read the linked information in the original post: https://help.shopify.com/en/api/guides/gdpr-resources#mandatory-webhooks

 

These webhooks help you manage the user data that an app collects. You can manage their subscriptions from your Partner Dashboard, in the App setup tab of your app settings:

Ryan | Shopify 
 - Was my reply helpful? Click Like to let me know! 
 - Was your question answered? Mark it as an Accepted Solution
 - To learn more visit the Shopify Help Center or the Shopify Blog

techlead
Tourist
7 0 2

Hi Ryan ,

I have received the "customers/data_request" webhook but not receive "customers/redact"

webhook ,how many time it will take after submit the remove customer  request

ClementG
Shopify Partner
660 0 148

What is the recommended action upon receiving a customers/data_request request?

Send an email to the shop owner with the data?

Amit_Klausner
Shopify Partner
5 0 0

Hey,

Joining in on Clement's questions regarding customer/data_request webhooks:

1. In what format does Shopify expect app developers to respond to these webhooks?

2. Should our response be sent back to the merchant's email (even though the customer requested this data)?

Ryan
Shopify Staff
Shopify Staff
499 42 120

As per https://help.shopify.com/en/api/guides/gdpr-resources#mandatory-webhooks

 

When a customer requests their data from a store owner, Shopify sends a payload on the customers/data_request topic to the apps installed on that store. If your app has been granted access to customers or orders, then you receive a data request webhook with the resource IDs of the data that you need to provide to the store owner. It's your responsibility to provide this data to the store owner directly.

Ryan | Shopify 
 - Was my reply helpful? Click Like to let me know! 
 - Was your question answered? Mark it as an Accepted Solution
 - To learn more visit the Shopify Help Center or the Shopify Blog

Amit_Klausner
Shopify Partner
5 0 0

Hey Ryan,

Is there a specific format that this information should be sent in (e.g Excel spreadsheet, JSON, XML etc.)?

ClementG
Shopify Partner
660 0 148

Ryan, guidance on format and wording would be great. I'm guessing all apps will need to do something very similar so it may as well be consistent for everyone's sake.

 

Ryan
Shopify Staff
Shopify Staff
499 42 120

Hey All,

Theres no prescription for exactly how to implement the customers/data_request, but the recommended would be CSV format.  If there are multiple sheets, a .zip of the CSVs would be a good solution as well.

As for how to get it to the merchant, I'm sure we can all agree that e-mail is not a secure method of passing sensitive personal data.  One solution would be to surface a UI or page to download the information that is behind a login, this could be within app in shopify, or on your secure app webpage.

 

Hope that helps.

Ryan | Shopify 
 - Was my reply helpful? Click Like to let me know! 
 - Was your question answered? Mark it as an Accepted Solution
 - To learn more visit the Shopify Help Center or the Shopify Blog

techlead
Tourist
7 0 2

Hi Clement ,

Please check the shared screenshot link for  customers/data_reques

https://www.screencast.com/t/lgQAqkvEHJ

https://www.screencast.com/t/6ykBhp6j4

ClementG
Shopify Partner
660 0 148

Ok, I was hoping for a bit more guidance but I guess that'll have to do. Thanks.

 

john91
Tourist
8 0 1

Hi Ryan,

Do you know when will Shopify send the app customers_redact webhook after the merchant clicking the 'delete customer data' on Shopify merchant console?

Previously the doc says 10 days later but now it is gone. And from my experiment, it is not sent immediately after asking for deleteing customer data. Thanks.

John

 

qikify
New Member
2 0 0

Hi Ryan,

 

Can you clarify the shop/redact part for us please. Because we confuse about the "erase personal data for an entire store" and "erase their customers' personal information".

 This webhook is intended to erase personal data for an entire store. 48 hours after a shop uninstalls your app, we will attempt to send you a shop/redact webhook. This webhook will provide the shop_id and shop_domain so that you can erase their customers’ personal information from your database. Similar to the customer redaction request, you should do so within 30 days.

Does this mean when a merchant uninstalls our app, we'll only need to erase the info of that merchant's customers (if available), or have to erase that merchant's personal information (including his name, store domain, email, address...) as well?

 

Thanks.

NexusMedia
New Member
2 0 2

Hi Ryan,

Another question about customers/data_request. What should we do in case we don't have any customer/order data other than data already available in the customer profile/order details? Or we don't keep any order/customer data on our side at all (but still have an access to customers or orders)?

Should we send some confirmation to the store owner that we don't collect any additional data from that customer? Or we may just ignore such request in that case? Please advise.

Thanks,

Den