Development discussions around Shopify APIs
Hi,
At this moment I've setup and API connection for importing my orders into an excel sheet.
But what I noticed is that when an order is archived it's not visible.
That why I would like to setup a connection where I can view in excel all the orders with the different status (open, archived, cancelled, ...)
Is their someone who can help me with this?
Thanks,
Solved! Go to the solution
This is an accepted solution.
Hey @SestraFood
Thanks for getting in touch! If you're looking for archived orders, in REST you could call a GET for example to orders.json?status=closed which would give you a store's orders that show as 'archived' in the Shopify Admin. There's a closed_at timestamp present on the orders object too. Feel free to check out the docs here that will show you what status(s) you can GET. Hope that helps!
This is an accepted solution.
Hey @SestraFood
Thanks for getting in touch! If you're looking for archived orders, in REST you could call a GET for example to orders.json?status=closed which would give you a store's orders that show as 'archived' in the Shopify Admin. There's a closed_at timestamp present on the orders object too. Feel free to check out the docs here that will show you what status(s) you can GET. Hope that helps!
Now I can see all the orders but it's limited to 50 records. I've tried several options with adding 'limit' to the url but nothings seems to work.
Is their also a solution for how I can extend this qty to all?
Thanks to all Community members that participated in our inaugural 2 week AMA on the new E...
By Jacqui Mar 10, 2023Upskill and stand out with the new Shopify Foundations Certification program
By SarahF_Shopify Mar 6, 2023One of the key components to running a successful online business is having clear and co...
By Ollie Mar 6, 2023