Discussing APIs and development related to customers, discounts, and order management.
I am trying to create a simple API to get all orders made in the day and aggregate it for reporting. The API I am using is below:
api/2022-10/orders.json?processed_at_min=2023-05-21T00:00:00-07:00&fields=id,name
This kinda does work, but I noticed that it's not returning orders that are made via the POS. I am hoping to get all orders for both ONLINE and POS for aggregation regardless of fulfillment status. I don't know if I am missing any parameters. I did add in "status=any" but I am still getting the same results.
Try including the status=any filter on your API request.