im using admin apis to fetch all orders, i have 2 stores both have 900 orders with my code i can fetch 900 orders from one store but not from other store why is that?
By default apps with the read_order
permission only have access to orders for the last 60 days, that might be the issue?
If you want to access orders older than 60 days you’ll need to request additional permissions in the Shopify Partner admin.
Best,
Daniel
That was quick i got my answer ! Thankyou <3
After getting all orders request , im still not getting all orders from one of my store, even tho i have almost 900 products but im still able to fetch only 11-12, but on the other hand on my other store i can fetch all of them even tho orders are from 2023
Im doing this with my app, so code for both the scenarios is same.
one more thing that i dont get any error too from my api or from shopify , it just fetches only 11-12 orders somehow
@Daniel_Ablestar Any idea?