首页 > 解决方案 > Magento 1 REST API 检索产品 - 响应中的属性

问题描述

我正在使用 rest api 产品 url 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"

任何帮助表示赞赏。

标签: restapimagentoproduct

解决方案


推荐阅读