Discussing APIs and development related to customers, discounts, and order management.
Order API not working properly with my custom app it gives order array blank but I have 4 order on my store .Product API and "order count" API working fine with my custom app.
Solved! Go to the solution
This is an accepted solution.
Hey @Vishali
Could the orders be >60 days old?
read_all_orders
scope to your app along with read_orders
or write_orders
. Private apps are not affected by this change and are automatically granted the scope.
Scott | Developer Advocate @ Shopify
I have the same problem with two of my accounts for a private app
This is an accepted solution.
Hey @Vishali
Could the orders be >60 days old?
read_all_orders
scope to your app along with read_orders
or write_orders
. Private apps are not affected by this change and are automatically granted the scope.
Scott | Developer Advocate @ Shopify
Thanks for your replay. It's work fine for new orders. I am very thankful to you for help 🙂