What's your biggest current challenge? Have your say in Community Polls along the right column.
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.

404 On Orders

404 On Orders

JamesTankersley
Shopify Partner
31 1 3

I have an outside script that comes in and grabs orders for a given time period. It has worked without error for years (with occasional updates for new api releases and such) now with the latest use the script is getting a 404 from shopify for the url it produces, https://catalogdev.myshopify.com/admin/status=any&limit=250&created_at_min=2022-03-28&created_at_max... This url will also produce a 404 if used on the admin console (while logged in properly) any suggestions?

Reply 1 (1)

lizk
Shopify Staff
246 58 78

Hi there! 

I am not sure if something changed recently which caused your script to no longer work, but I would recommend updating it to the document way of getting orders between two dates. Specifying the API version, as well as the resource you are trying to retrieve.

e.g. /admin/api/2022-04/orders.json

You can see the full documentation here!
https://shopify.dev/api/admin-rest/2022-04/resources/order#get-orders?status=any

To learn more visit the Shopify Help Center or the Community Blog.