Shopify API Order retrieve all orders but missing POS orders

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.

1 Like

Try including the status=any filter on your API request.

https://community.shopify.com/c/technical-q-a/missing-orders-in-rest-api-orders-json/m-p/526782/highlight/true#M7433