修改价格
POST
/ark/open_api/v3/common_controller请求参数
Body 参数application/json
itemId
string
商品id
price
array [object {2}]
可选
商品价格明细,组合品使用子商品id,非组合品使用自身id
itemId
string
商品id
price
string
商品价格,元
originalPrice
integer
市场价格
示例
{
"itemId": "607***450",
"price": [
{
"itemId": "607***450",
"price": ""
}
],
"originalPrice": 100
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
error_code
integer
错误码
data
string
返回信息
success
boolean
是否成功
示例
{
"error_code": 1,
"data": "",
"success": true
}
最后修改时间: 2 年前