Hello,
This is my first time submitting an app for review on Shopify, and I need some help getting past some checks that I find confusing.
Specifically, the “Automated check for common errors”. Some of the steps are done, but the
”Provides mandatory compliance webhooks” and “Verifies webhooks with HMAC signatures”
It’s a bit of a hassle for me to figure out. It’s been almost 2 months now.
Also, the “Embedded Ap Checks”, I’m not sure how this is supposed to run as well.
Please help me if you have any ideas.
Thank you so much.
Hello,
I know Shopify checks for specific web hooks that are required to be included in all Shopify apps published on the Shopify app store. These are to allow customers to delete their data upon request.
You can find the info about that below:
Mandatory compliance webhooks are callback methods that Shopify requires for apps listed on the Shopify App Store. Shopify requires mandatory compliance webhooks as a way to manage the personal data that an app collects.
Any app that you distribute through the Shopify App Store must respond to data subject requests, regardless of whether the app collects personal data. Shopify provides mandatory compliance webhooks to help.
I recommend reading more about the requirements here and here.
Hope this helps!
Thanks @youssefhe5 this is helpful, I’ll give it a try.