Have your say in Community Polls: What was/is your greatest motivation to start your own business?
Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

Orders/create webhook with non-sensitive information

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
12 0 2

Any updates on this?