多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
### 使用描述 查询商品SPU详情,与[查询商品详情](查询商品详情.md)区别为本接口返回了完整的商品数据、SKU数据及商品规格数据 ### [](https://duobaoyu.com.cn/documentcenter?onlyFlag=03859e5c810117eb470781dd5c213963#%E6%96%B9%E6%B3%95%E5%90%8D)方法名 `dby.scm.goods.spu.info` ### [](https://duobaoyu.com.cn/documentcenter?onlyFlag=03859e5c810117eb470781dd5c213963#%E7%BD%91%E5%85%B3%E5%9C%B0%E5%9D%80)网关地址 | 环境 | 地址 | 请求方式 | | --- | --- | --- | | 生产环境 | `https://openapi.duobaoyu.com.cn/open/api` | post+json | | 测试环境 | `https://openapi.duobaoyu88.cn/open/api` | post+json | ### [](https://duobaoyu.com.cn/documentcenter?onlyFlag=03859e5c810117eb470781dd5c213963#%E5%85%AC%E5%85%B1query%E5%8F%82%E6%95%B0)公共Query参数 * * * | 名称 | 类型 | 必填 | 描述 | | --- | --- | --- | --- | | method | String | 是 | 方法名称 | | sign | String | 是 | [签名](签名规则.md) | | timestamp | String | 是 | 时间戳,格式为13位,例如:1670223623000 | | version | String | 是 | 版本号,现固定为v1 | | appKey | String | 是 | 申请的应用appKey | ### [](https://duobaoyu.com.cn/documentcenter?onlyFlag=03859e5c810117eb470781dd5c213963#%E4%B8%9A%E5%8A%A1body%E5%8F%82%E6%95%B0applicationjson)业务Body参数(application/json) * * * | 名称 | 类型 | 必填 | 示例值 | 描述 | | --- | --- | --- | --- | --- | | productCode | java.lang.String | 是 | 50188092778 | 商品spu编码 | ### [](https://duobaoyu.com.cn/documentcenter?onlyFlag=03859e5c810117eb470781dd5c213963#%E5%93%8D%E5%BA%94%E5%8F%82%E6%95%B0)响应参数 * * * | 参数名 | 类型 | 示范值 | 描述 | | --- | --- | --- | --- | | code | java.lang.String | 0 | 业务编码处理结果编码 | | msg | java.lang.String | 请求成功 | 业务处理结果结果说明 | | data | java.lang.Object | | 响应结果 | |   ├─productCode | java.lang.String | 52000489545 | 商品spu编码 | |   ├─productName | java.lang.String | A款五金工具12件套 | 商品名称 | |   ├─pic | java.lang.String | [https://xxx.jpg](https://xxx.jpg/) | spu封面 | |   ├─productType | java.lang.String | real | 商品类型: (real-实物商品 call-话费快充商品 call\_slow-话费慢充商品 coupon-卡密商品 recharge-直充商品 flow-流量商品 gift-赠送商品 electricity\_fees\_slow-电费慢充) | |   ├─channelCode | java.lang.String | JdVop | 渠道编码: (JdVop->京东;SuNing->苏宁;AlibabaDistribution->1688;LinkedMall->天猫;DbyDigitalEquity->数字权益;DeLi->得力;Elephant->小象国际) | |   ├─brandId | java.lang.Long | 102492919820293 | 品牌Id | |   ├─brandName | java.lang.String | SNJUE | 品牌名称 | |   ├─productCategoryId | java.lang.Long | 128009016336389 | 三级分类Id | |   ├─productCategoryName | java.lang.String | 测试分类 | 三级分类名称 | |   ├─productCategories | java.util.List | | 类目路径 | |       ├─productCategoryId | java.lang.String | 118057767264261 | 分类Id | |       ├─productCategoryName | java.lang.String | 测试分类 | 分类名称 | |       ├─level | java.lang.Integer | 1 | 分类级别 | |   ├─albumPics | java.util.List | \[“xxx.jpg”\] | 轮播图 | |   ├─detailHtml | java.lang.String | html文本 | pc详情 | |   ├─attributes | java.util.List | | spu属性集合 | |     ├─attributeName | java.lang.String | 规格 | 规格名称 | |     ├─attributeValue | java.lang.String | 高配款8012 | 规格值名称 | |     ├─sort | java.lang.String | 1 | 排序 | |     ├─imageUrl | java.lang.String | [https://xxx.jpg](https://xxx.jpg/) | 规格图片 | |   ├─skuInfos | java.util.List | | sku集合 | |     ├─skuCode | java.lang.String | 52142246797 | sku编码 | |     ├─skuName | java.lang.String | A款五金工具12件套 | sku名称 | |     ├─pic | java.lang.String | [https://xxx.jpg](https://xxx.jpg/) | sku图片 | |     ├─platformPrice | java.lang.Long | 1900 | 成本价(单位:分) | |     ├─crossedPrice | java.lang.Long | 2000 | 划线价(单位:分) | |     ├─minBuy | java.lang.Integer | 2 | 最低购买量(购买数计算公式=最低购买量 + N\*起批量) | |     ├─batchNumber | java.lang.Integer | 1 | 起批量(购买数计算公式=最低购买量 + N\*起批量) | |     ├─unit | java.lang.String | 套 | 单位 | |     ├─publishStatus | java.lang.Integer | 1 | 上下架状态(1-已上架 2-已下架) | |     ├─capacity | java.lang.Integer | 0 | 容量 | |     ├─weight | java.lang.String | 0.0000 | 重量 | |     ├─attributes | java.util.List | | sku属性集合 | |       ├─attributeName | java.lang.String | 规格 | 规格名称 | |       ├─attributeValue | java.lang.String | 高配款8012 | 规格值名称 | |       ├─sort | java.lang.String | 1 | 排序 | ### [](https://duobaoyu.com.cn/documentcenter?onlyFlag=03859e5c810117eb470781dd5c213963#%E8%AF%B7%E6%B1%82%E7%A4%BA%E4%BE%8B)请求示例 curljavaphp ~~~json curl -XPOST -H "Content-type: application/json" -d '{ "productCode":"50188092744" }' 'http://xxxxx/open/api?method=dby.scm.goods.spu.info&version=v1&appKey=your appKey&timestamp=1670057525000&sign=123' ~~~ ### [](https://duobaoyu.com.cn/documentcenter?onlyFlag=03859e5c810117eb470781dd5c213963#%E5%93%8D%E5%BA%94%E7%A4%BA%E4%BE%8B)响应示例 ~~~json { "code": "0", "msg": "请求成功", "data": { "productCode": "50042601820", "productName": "悦卡(YUECAR)洗车毛巾擦车抹布专用洗车毛巾细纤维加厚吸水毛巾大号160*60cm蓝色 汽车用品", "pic": "http://xxxx.jpg", "productType": "real", "channelCode": "JdVop", "brandId": "128354035617797", "brandName": "悦卡(YUECAR)", "productCategoryId": "142791343939589", "productCategoryName": "三级分类名称", "productCategories": [ { "productCategoryId": "118057767264261", "productCategoryName": "一级分类名称", "level": 1 }, { "productCategoryId": "118057846054917", "productCategoryName": "二级分类名称", "level": 2 }, { "productCategoryId": "142791343939589", "productCategoryName": "三级分类名称", "level": 3 } ], "albumPics": [ "http://xxxx.jpg", "http://xxxx.jpg", "http://xxxx.jpg" ], "detailHtml": "<html>...</html>", "attributes": [ { "attributeName": "颜色", "attributeValue": "速干加厚大毛巾160*60灰", "sort": 1, "imageUrl": "http://xxxx.jpg" }, { "attributeName": "颜色", "attributeValue": "【爆款】吸水毛巾70*30cm蓝色", "sort": 1, "imageUrl": "http://xxxx.jpg" }, { "attributeName": "颜色", "attributeValue": "【爆款】速干加厚大毛巾160*60蓝", "sort": 1, "imageUrl": "http://xxxx.jpg" } ], "skuInfos": [ { "skuCode": "50125300963", "skuName": "悦卡(YUECAR)洗车毛巾擦车抹布专用洗车毛巾细纤维加厚吸水毛巾大号160*60cm灰色 汽车用品", "pic": "http://xxxx.jpg", "platformPrice": "2470", "crossedPrice": "2800", "minBuy": 1, "batchNumber": 1, "unit": "个", "publishStatus": 1, "capacity": "0", "weight": "0.390", "attributes": [ { "attributeName": "颜色", "attributeValue": "速干加厚大毛巾160*60灰", "sort": 1 } ] } ] }, "msgId": "864b7d24b7bd4197" } ~~~ ### [](https://duobaoyu.com.cn/documentcenter?onlyFlag=03859e5c810117eb470781dd5c213963#%E5%BC%82%E5%B8%B8%E7%A4%BA%E4%BE%8B)异常示例 ~~~json { "code": "1", "msg": "请求失败", "data": null, "msgId": "efd7f07011124adf" } ~~~