Can you download inventory from a specific collection?

I could surely use some help. I’ve looked and read and can’t find an answer. Is it possible to download inventory of a specific collection?

Thanks, Iris

Hi.

The way I would do it would be using Rest API.

Personally I use command line with a VPS server.
Get all products in a collection, using the collection ID.
Then you iterate through the results and can group stock by product/variant or whatever you need to do with it.
Finally send results back, email, csv, etc.

Here is a link.

https://shopify.dev/docs/admin-api/rest/reference/products/collection#products-2021-04

Regards,
Jon

Development help: jcebellc.com

1 Like

Thank you - I got it.

Iris

1 Like