Discussing APIs and development related to customers, discounts, and order management.
For some stores, i already met two, one is my dev store another is customer store when i try to retrieve list of orders i got empty array.
No error but empty array where there are orders.
call to `{store_url}/admin/api/2019-07/orders.json?accessToken={accessToken}` returns `{orders : []}`
With other version of Rest or GraphQL i observe the same.
Any idea what could be reason?
Hello greg12,
You can retrive list of orders by calling this url:
store_url/admin/orders.json
default return orders last 60 days