重置商品销售价格,区域接口
支持平台: 淘宝
重置商品销售价格,区域接口
支持平台: 淘宝
需授权
名称 | 类型 | 是否必须 | 描述 |
---|---|---|---|
method | String | 是 | API接口名称 |
certi_id | Number | 否 | 分配给应用的证书ID |
from_node_id | String | 是 | API调用的来源节点ID,对于第三方开发者来说,此id即为申请应用颁发的APP KEY |
from_api_v | String | 否 | 请求方版本号 |
to_node_id | String | 否 | API调用的目的节点ID(除了基础服务类api,其他接口必传此参数) |
to_api_v | String | 否 | 接收方版本号 |
callback_url | String | 否 | 响应回调地址,带http路径的标准URL。(调用异步接口此参数必填) |
v | String | 是 | 矩阵API协议版本,可选值:1.0 |
timestamp | String | 是 | 时间戳,格式为yyyy-MM-dd hh:mm:ss,例如:2008-01-25 20:23:30。ShopEx API服务端允许客户端请求时间误差为10分钟 |
format | String | 是 | 可选,指定响应格式。默认JSON ,目前支持格式为JSON |
sign | String | 是 | 对调用API时所有输入参数(包括应用级参数)进行签名结果 |
名称 | 类型 |
|
示例值 | 默认值 | 描述 |
---|---|---|---|---|---|
iid | String |
淘宝(必填) |
商品ID |
||
sku_id_str | String |
淘宝(可选) |
[1,2,3] |
商品sku的json字符串 |
|
area_price_str | String |
淘宝(必填) |
[{"itemId":1,"locations":[1,2,3],"price":7,"skuId":2},{"itemId":1,"locations":[1,2,3],"price":8,"skuId":3}] |
商品区域和价格的对应关系,采用json方式传递。itemId:商品id locations:地区编号id skuId:商品skuId (注: 价格单位:分) |
|
salearea_str | String |
淘宝(必填) |
[{"itemId":3,"locations":[1,2,3],"skuId":4},{"itemId":1,"locations":[1,2,3],"skuId":2}] |
商品对应的地域信息,采用json传递 |
名称 | 类型 | 是否必须 | 示例值 | 描述 |
---|---|---|---|---|
price_ids | String | 是 | 新增的价格实体的id集合 |
|
sales_area_ids | String | 是 | 新增的区域id的集合 |
|
invalid_price_ids | String | 是 | 非法价格实体的id集合 |
|
invalid_sales_area_ids | String | 是 | 非法区域id的集合 |
{ "rsp": "succ", "msg_id": "3463421b2581604c74dcb9b74ffab2e4", "data": {} }
错误码 | 错误描述 | 解决方案 |
---|