Currently i am using Magento2.3.5. I checked documentation 2.3, there is no statement like grouped product in it.. So any one tell me how can we add grouped product in cart using magento rest api?
1 Answer 1
It's documented down the bottom of the page :D https://devdocs.magento.com/guides/v2.3/rest/tutorials/grouped-product/create-and-manage-grouped-products.html#add-a-grouped-product-to-a-cart
-
1Your mentioned link has over all grouped product and its qtd.. But What i need is, How to add qtd for each item in grouped product? There is no documentation for thatPradeep N– Pradeep N2021年02月08日 06:21:48 +00:00Commented Feb 8, 2021 at 6:21
-
Looks like the 2.3 api might not have supported an ability to set the quantity of each product in the group. It is supported in 2.4.3 at least.quickshiftin– quickshiftin2021年08月24日 23:55:18 +00:00Commented Aug 24, 2021 at 23:55
Explore related questions
See similar questions with these tags.