商品价格查询
开发中
测试环境
https://t-open.zuifuli.com
测试环境
https://t-open.zuifuli.com
POST
https://t-open.zuifuli.com
应用场景
查询商品价格
接口信息
serviceName | mall.item.price.jd |
---|---|
version | 1.0 |
请求****bizContent参数
参数名称 | 类型 | 必填 | 说明 |
---|---|---|---|
mall | String | 是 | 固定值JD ZY YX SJW等 |
skuIds | Array | 是 | skuId集合 |
响应bizContent参数
返回结果为Map<String, SkuPrice>
SkuPrice
参数名称 | 类型 | 必填 | 说明 |
---|---|---|---|
skuId | String | 是 | sku编号 |
salePrice | Integer | 是 | 售价,单位分 |
originPrice | Integer | 是 | 指导价,单位分 |
请求参数
Body 参数application/x-www-form-urlencoded
channelCode
string
渠道编号
sign
string
签名
signType
string
必需
示例值:
MD5
timestamp
string
必需
bizContent
string
必需
version
string
版本号
示例值:
1.0
serviceName
string
必需
示例值:
mall.item.price.jd