i am facing issue while reading orders list for my app, and i have permission for reading all orders
so the case is that if i create a store today or login into a store created around 4-5 days back then i can get all orders of those store into my app without an issue
but when i try to get orders of a store that is created in let’s say in Jan-2023 then i am not getting orders for this store that are created in Jan-2023, One weird thing i have notice is that if i create some orders today in this store(Jan-2023) then i can easily get those orders but not those created earlier.
this case is only happning for testing store because for my live app i am getting orders of all time, So is there anything like you can only access orders from a limited period of time?
one more strange thing i have notice is that if i call that API URL directly in my web browser i am getting response of desired orders but not when i am using CURL call or GUZZLE call or HTTP call through my code.