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.

Re: error message when trying to get old order from api , error - {"errors":"Not Foun

Solved

error message when trying to get old order from api , error - {"errors":"Not Found"}

sg121
Shopify Partner
4 0 0

no issue getting new order from the orders API except 

when trying to get old order  (2 months ago) ... i receive this error - {"errors":"Not Found"} 
i was able to get the data for the old orders in the past 

*i am using the rest API

*GET https://foldingscooterstore.myshopify.com/admin/api/2021-10/orders/{order_id}.json
*i am using this version 2021-10  .  i am receiving the same issue with the new version 2022-07

*used the same method now and in the past

do orders go to archive ?  there is other way to get them after certain time?   
please help 

Thanks in advance

Accepted Solution (1)

dogowner
Shopify Partner
59 5 8

This is an accepted solution.

You need to request a special permission to get the older orders, you can see the Caution note at the bottom of the Order API docs:  

 

Only the last 60 days' worth of orders from a store are accessible from the Order resource by default.

View solution in original post

Replies 2 (2)

dogowner
Shopify Partner
59 5 8

This is an accepted solution.

You need to request a special permission to get the older orders, you can see the Caution note at the bottom of the Order API docs:  

 

Only the last 60 days' worth of orders from a store are accessible from the Order resource by default.

sg121
Shopify Partner
4 0 0

thanks for the help