Magento 2 API for Add a Group product to a cart - magento2.2

I need API to add a Group Product to a cart.
I have checked documentation for this on the link below:
https://devdocs.magento.com/guides/v2.3/rest/tutorials/orders/order-add-items.html
There is nothing is mentioned for how to add a Group Product to a cart.
I have not found anything relevant to this.
Please suggest me on this if you have any idea of it.
Thanks

Related

Magento 1.9.1.0 - products not showing after changing data in product details fields

My task was to change existing products in shop with new one, so all that i have changed is NAME,
SKU, and URL key in GENERAL section and description field in PRODUCT DETAILS.
After i have done that, items are successfully edited in backend but they dissapear from frontend.
The only way to get to them in frontend is to enter complete address of that specific product in the address bar.
I have tried everything that i could found on the forum up to this date, and it didn't work for me.
Tips like reindexing, status - enabled, availability - in stock...
If someone has an idea, please, share it with me.
Thank you all.
You can try the below things:
1. Check the product quantity,in stock and enable status and catalog visibility.
2. Re indexing
3. delete the entry from url rewrite management for your product
4. rename the "var" folder
Solution for my problem was in associated products section. I had configurable product, but i didn't had associated (simple product) for that configurable product. So i had to create some simple product for related configurable, and then they appeared in frontend.
Thank you all.

Magento : Allow the customer to add a comment when adding a product to cart

I'm working on a Magento shop and I want to give the customers the possibility to add a comment when they put a product in cart.
The comment can contain specifications about the ordrered product. It must be visible in the checkout, in the confirmation email and in the admin sales interface.
Is there a way to do that with the standard Magento configuration? Or does a module exist?
Thanks in advance for your help.
Have a look at this extension, See the screenshots.
http://www.magentocommerce.com/magento-connect/brainvire-order-comment-order-comment-magento-extension.html
This may helpful for you, I have used this in a project, it works well.
But as you saying customer should add comment while adding product, you need to customize this extenion a bit.
Cheers :-)

Magento - Group Product not Working

I am trying to add new Group product in magento. I am able to add it but when i try to edit group products ( when i click on Associated Products ) section not loading. I mean I am not able to edit products under group products and I am able to see products on frontend but then when I click on product to see all description of group product, it shows me "Processing Error "
is there any one help me.
Please go under the admin section and click on system->index management and then re-index all magento indexes.
Please also check the logs into magento code at following location:-
magento-root-directory/var/log/

get related products on product category page Magento

I am working on a magento project, in which I need to show a
related products of a each product on product category page along
with a main product.
Can you please suggest how can I do this and get related products on list page. I have follow this link, but cant get it to work.
Hello i think you will create custom template file & call into list page
like catalog/product/list/related.phtml

products not showing up in magento frontend

I am facing a problem in magento store, when any new customer group is added by admin site and if it is assigned to customer, for that particular customer no product showing, the page displaying like "There are no products matching the selection."
Please suggest me how this problem can resolved? or why this is arising?
Thanks!
The solution I got by
click on promotion->catalog price rule->apply rule
This is some how related with Indexing. and group or any rule created on that group will get apply on front end successfully.
Check this link. I got my imported products shown up by disabling all and then enabling all again.
http://www.aschroder.com/2010/07/why-are-my-magento-products-not-showing-up/

Resources