1

i want to manage attribute sets of magento using rest api like i use to manage products (insert, update and delete). The resources in the rest api documentation http://www.magentocommerce.com/api/rest/Resources/resources.html are only for products, orders and customers. This can be achieved using the magento SOAP api but i want to do it using the rest api. Do i have to implement it myself or there is another way? please help!

Simon
5,7461 gold badge34 silver badges74 bronze badges
asked Apr 11, 2014 at 9:43
1
  • I would say if it is not documented you can look in the source. But I would assume you have to implement it. Commented Apr 11, 2014 at 10:17

1 Answer 1

2

There is no REST api available for attribute sets (or attributes).
If you take a look at the Api2 folder inside the Mage_Catalog module you will see only files related to products ...so I guess you have to code it yourself.

If you do, please post the code somewhere. This should be a valuable resource for others also.

answered May 27, 2014 at 13:46

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.