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?
User | RANK |
---|---|
11 | |
6 | |
5 | |
5 | |
5 |
Learn these 5 things I had to learn the hard way with starting and running my own business
By Kitana Jan 27, 2023Would you love to unleash the unbridled power of the Google Shopping Channel into your sho...
By Gabe Jan 6, 2023How can you turn a hobby into a career? That’s what Emmanuel did while working as a wa...
By Skye Dec 30, 2022