Short description of issue
Multiple requests for cart and recommendations
Reproduction steps
N/A
Additional info
So currently we’d hit /add.js to add a product to cart, but then we’d need to hit the recommendations api (with the ID of that added product) to get recommendations.
It would be great if we could just get these directly in the /add.js request, perhaps we pass recommendations: true or similar with the request.
We can already do the bundled section rendering within the Cart API but this doesn’t cover the recommendations area.
Would be super useful to have this and save on requests (improve load time)
What type of topic is this
Feature request