No content to show
User Activity
12-08-2022
Hi there, I'm working on an app which will need to handle the mandatory GDPR webhooks, as described here (https://shopify.dev/apps/webhooks/configuration/mandatory-webhooks). I'm still working on that functionality, and I'd like to test the webhooks ...
Hi there, I'm working on an app that stores Orders and Line Items in it's own database, via the orders/updated webhook. We're currently identifying unique items within an order by comparing their SKU and product_id fields. We've recently run into a p...