Magento 1 REST API检索产品-响应中的属性

时间:2018-09-18 13:49:41

标签: rest api magento product

我正在使用rest api产品网址http://xyc.com/api/rest/products/

它仅给出有限的数据作为响应。我希望将产品的整个属性作为响应,并且响应数据如下:

"entity_id": "3",
"type_id": "simple",
"sku": "PN0495",
"name": "asdfasdf",
"meta_title": "afasdfE",
"meta_description": "afasdf",
"carat_weight": "10.00",
"meta_keyword": "afasdf,",
"description": "adfasdf.",
"short_description": "adfasdf.",
"regular_price_with_tax": 57740,
"regular_price_without_tax": 57740,
"final_price_with_tax": 57740,
"final_price_without_tax": 57740,
"is_saleable": true,
"image_url":"Adfasdf"

感谢您的帮助。

0 个答案:

没有答案