New Shopify Certification now available: Liquid Storefronts for Theme Developers

Orders/create webhook with non-sensitive information

mojoscale
Shopify Partner
1 0 2

I am creating an app which needs to subscribe to 'orders/create' and other order based events, but does not need any sensitive customer data. Basically, I need order id, product and timestamps. What is the best way to configure app_scope for such a setup? 

 

Currently, I try to register a webhook for 'orders/create' topic, but I get 403 (Forbidden) error. I have requested read_order, read_products, and write_products app scope. 

Reply 1 (1)
m20io
Shopify Partner
7 0 2

Any updates on this?