Access a community of over 900,000 Shopify Merchants and Partners and engage in meaningful conversations with your peers.
Hello,
I am using this API admin/api/2021-07/collections/{collection-id}/products.json to get all products of a specific collection. However, the response from this API does not contain variant information.I need to get price and discount information for all products in that collection? can get the product price and discount information from product API but as there are many products in collections I have to call product api to get the required information due to which it gets too slow. is there any way I can get this information from a single API ?
Thanks