Is it possible to fetch all products with the associated collection using shopify-api-node npm package? I can fetch all the products, but the collection is missing. I have 1000 products, and I don't want to call collection API one by one by product ID.
I am looking for any way to get products and associate collections. or Get all the collections. (I can download collect, not collections) Thank you.