Magento – Magento Product REST API for configurable and grouped products

apiconfigurable-productgrouped-productsproductrest

I can not find the REST API documentation for creating a configurable product over the REST API from Magento

I also can not find the documentation for relating simple products with a product over REST.

Best Answer

None of this exists for the RESTful API. We created all this functionality as well as the relation of products and CRUD for categories. (They exist as SOAP now)

Related Topic