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.

Shopify API Order retrieve all orders but missing POS orders

Shopify API Order retrieve all orders but missing POS orders

keversmcgee
Excursionist
14 0 7

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.

Reply 1 (1)

Nick_White
Shopify Partner
1 0 0