
jd.union.open.goods.detail.queryappKey + appSecret 签名skuId(京东商品 ID){
"jd_union_open_goods_detail_query_response": {
"code": "0",
"msg": "success",
"requestId": "req_2026071600123456",
"result": {
"goodsInfo": {
"skuId": "100012345678",
"title": "2026新款夏季纯棉短袖T恤宽松百搭男女同款上衣",
"brandName": "XX品牌",
"categoryName": "服饰内衣 > 男装 > T恤",
"shopName": "XX官方旗舰店",
"shopType": "third",
"isJdSelf": false,
"itemUrl": "https://item.jd.com/100012345678.html",
"priceInfo": {
"originalPrice": "99.00",
"discountPrice": "59.00"
},
"couponInfo": {
"hasCoupon": true,
"couponDiscount": "10.00",
"finalPrice": "49.00",
"couponDesc": "满59减10元"
},
"commissionInfo": {
"commissionRate": "10.00",
"commissionMoney": "4.90"
},
"salesInfo": {
"totalSales": 12580,
"monthSales": 3210
},
"stockInfo": {
"totalStock": 950,
"isSale": true
},
"imageInfo": {
"mainImg": "https://img10.360buyimg.com/xxx/main.jpg",
"detailImgList": [
"https://img10.360buyimg.com/xxx/d1.jpg",
"https://img10.360buyimg.com/xxx/d2.jpg"
]
},
"skuList": [
{
"skuId": "10001234567801",
"specText": "白色 M",
"skuPrice": "59.00",
"skuStock": 320
},
{
"skuId": "10001234567802",
"specText": "黑色 XL",
"skuPrice": "59.00",
"skuStock": 285
}
],
"productParams": [
{
"name": "面料",
"value": "100%棉"
},
{
"name": "版型",
"value": "宽松型"
},
{
"name": "适用季节",
"value": "夏季"
}
],
"commentSummary": {
"goodRateShow": "97.2",
"commentCount": 1860,
"goodCount": 1780,
"generalCount": 50,
"poorCount": 30
}
}
}
}
}code:返回状态码,0 表示成功msg:返回信息说明requestId:请求唯一标识,用于排查问题result.goodsInfo:商品详情核心数据体skuId:商品唯一 IDtitle:商品标题brandName:品牌名称categoryName:类目名称shopName:店铺名称isJdSelf:是否京东自营itemUrl:商品详情页链接originalPrice:原价discountPrice:京东当前售价couponInfo.hasCoupon:是否有券couponDiscount:优惠金额finalPrice:券后到手价commissionRate:佣金比例commissionMoney:预估佣金totalSales:总销量monthSales:近 30 天销量totalStock:总库存isSale:是否可售mainImg:商品主图detailImgList:详情图列表skuId:子规格 IDspecText:规格名称(颜色 + 尺码)skuPrice:规格单价skuStock:规格库存name:参数名称value:参数值goodRateShow:好评率commentCount:总评论数goodCount / generalCount / poorCount:好评 / 中评 / 差评数量{
"jd_union_open_goods_detail_query_response": {
"code": "400",
"msg": "skuId不存在或商品已下架",
"requestId": "req_2026071600112233"
}
}{
"jd_union_open_goods_detail_query_response": {
"code": "15",
"msg": "签名校验失败",
"requestId": "req_2026071600114455"
}
}{
"jd_union_open_goods_detail_query_response": {
"code": "429",
"msg": "请求过于频繁,请稍后重试",
"requestId": "req_2026071600116677"
}
}skuList、detailImgList、productParams 可能为空数组,必须做判空处理原创声明:本文系作者授权腾讯云开发者社区发表,未经许可,不得转载。
如有侵权,请联系 cloudcommunity@tencent.com 删除。
原创声明:本文系作者授权腾讯云开发者社区发表,未经许可,不得转载。
如有侵权,请联系 cloudcommunity@tencent.com 删除。