Magento Rest API Error missing media_gallery -


i have completed setting magento rest api , been able retrieve list of product without errors using api example code magento provides. when try use create simple product example provided @ http://www.magentocommerce.com/api/rest/introduction.html#restapiintroduction-overview below error.

{"messages":{"error":[{"code":400,"message":"missing \"media_gallery\" in request."}

i have looked everywhere , can't seem find out how fix error. don't see reference here http://www.magentocommerce.com/api/rest/resources/products/products.html#restapi-resource-products-httpmethod-post-products saying media_gallery required in request.

can shed light on error , how fix it?

i've been looking well, can modify attribute in magento's administration , turn off (catalog/attributes/manage attributes), in make not required.

cheers


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -