由末级分类获取属性
POST
/ark/open_api/v3/common_controller
错误码 | 错误码描述 |
---|---|
-1009004 | 类目没有描述属性 |
-1009003 | 类目没有对应属性 |
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://ark.xiaohongshu.com/ark/open_api/v3/common_controller' \
--header 'Content-Type: application/json;charset=utf-8' \
--data-raw ''
响应示例响应示例
{
"attributeV3s": [
{
"id": "5845***325e",
"isRequired": true,
"name": "里料材质",
"enName": "Not translated yet",
"acceptsImage": true,
"isMulti": true
}
]
}
请求参数
Header 参数
Content-Type
string
可选
默认值:
application/json;charset=utf-8
Body 参数application/json
返回响应
修改于 2023-08-01 03:01:17