多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
### 使用描述 查询商品详情 ### [](https://duobaoyu.com.cn/documentcenter?onlyFlag=82f94b2182208fa0f31683f86a9cb844#%E6%96%B9%E6%B3%95%E5%90%8D)方法名 `dby.scm.goods.info` ### [](https://duobaoyu.com.cn/documentcenter?onlyFlag=82f94b2182208fa0f31683f86a9cb844#%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=82f94b2182208fa0f31683f86a9cb844#%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=82f94b2182208fa0f31683f86a9cb844#%E4%B8%9A%E5%8A%A1body%E5%8F%82%E6%95%B0applicationjson)业务Body参数(application/json) * * * | 名称 | 类型 | 必填 | 示例值 | 描述 | | --- | --- | --- | --- | --- | | skuCode | java.lang.String | 是 | 50188092744 | 商品sku编码 | ### [](https://duobaoyu.com.cn/documentcenter?onlyFlag=82f94b2182208fa0f31683f86a9cb844#%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 | | 响应结果 | |   ├─skuCode | java.lang.String | 50188092744 | 商品sku编码 | |   ├─skuName | java.lang.String | 晨光(M&G)文具0.5mm黑色中性笔 | 商品名称 | |   ├─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->小象国际) | |   ├─pic | java.lang.String | [https://xxx.jpg](https://xxx.jpg/) | 商品图片 | |   ├─productCode | java.lang.String | 50042202677 | spu编码 | |   ├─unit | java.lang.String | 支 | 售卖单位 | |   ├─albumPics | java.util.List | \[“xxx.jpg”\] | 轮播图 | |   ├─brandId | java.lang.String | 91601812496392 | 品牌id | |   ├─brandName | java.lang.String | 晨光(M&G) | 品牌 | |   ├─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 | 分类级别 | |   ├─platformPrice | java.lang.Long | 14000 | 成本价 | |   ├─crossedPrice | java.lang.Long | 16826 | 划线价 | |   ├─publishStatus | java.lang.Integer | 1 | 上下架状态 1-已上架 2-已下架 | |   ├─minBuy | java.lang.Long | 100 | 最低购买量(购买数计算公式=最低购买量 + N\*起批量) | |   ├─batchNum | java.lang.Integer | 100 | 起批量(购买数计算公式=最低购买量 + N\*起批量) | |   ├─capacity | java.lang.Integer | 1 | 容量 | |   ├─weight | java.lang.String | | 重量 | |   ├─detailHtml | java.lang.String | html文本 | pc详情 | |   ├─attributes | java.util.List | | sku属性集合 | |     ├─attributeName | java.lang.String | 规格 | 规格名称 | |     ├─attributeValue | java.lang.String | 高配款8012 | 规格值名称 | |     ├─sort | java.lang.String | 1 | 排序 | |     ├─imageUrl | java.lang.String | [https://xxx.jpg](https://xxx.jpg/) | 规格图片 | | msgId | java.lang.String | efd7f07011124adf | 消息id | ### [](https://duobaoyu.com.cn/documentcenter?onlyFlag=82f94b2182208fa0f31683f86a9cb844#%E8%AF%B7%E6%B1%82%E7%A4%BA%E4%BE%8B)请求示例 curljavaphp ~~~json curl -XPOST -H "Content-type: application/json" -d '{ "skuCode":"50188092744" }' 'http://xxxxx/open/api?method=dby.scm.goods.info&version=v1&appKey=your appKey&timestamp=1670057525000&sign=123' ~~~ ### [](https://duobaoyu.com.cn/documentcenter?onlyFlag=82f94b2182208fa0f31683f86a9cb844#%E5%93%8D%E5%BA%94%E7%A4%BA%E4%BE%8B)响应示例 ~~~json { "code": "0", "msg": "请求成功", "data": { "skuCode": "50188092744", "skuName": "晨光(M&G)文具0.5mm黑色中性笔 巨能写笔杆笔芯一体化签字笔 大容量水笔 20支/盒AGPB6904", "productType": "real", "channelCode": "JdVop", "pic": "http://xxxx.jpg", "productCode": "50042202677", "unit": "支", "albumPics": [ "http://xxxx.jpg", "http://xxxx.jpg", "http://xxxx.jpg" ], "brandId": "91601812496392", "brandName": "晨光(M&G)", "productCategoryId": "142791343939589", "productCategoryName": "三级分类名称", "productCategories": [ { "productCategoryId": "118057767264261", "productCategoryName": "一级分类名称", "level": 1 }, { "productCategoryId": "118057846054917", "productCategoryName": "二级分类名称", "level": 2 }, { "productCategoryId": "142791343939589", "productCategoryName": "三级分类名称", "level": 3 } ], "platformPrice": 4800, "crossedPrice": 5400, "publishStatus": 2, "minBuy": 100, "batchNum": 100, "capacity": "0", "weight": "0.780", "detailHtml": "<html>...</html>", "attributes": [ { "attributeName": "颜色", "attributeValue": "三联彩色撕边", "sort": 1, "imageUrl": "http://xxxx.jpg" }, { "attributeName": "尺码", "attributeValue": "0.5mm", "sort": 2, "imageUrl": "http://xxxx.jpg" } ] }, "msgId": "864b7d24b7bd4197" } ~~~ ### [](https://duobaoyu.com.cn/documentcenter?onlyFlag=82f94b2182208fa0f31683f86a9cb844#%E5%BC%82%E5%B8%B8%E7%A4%BA%E4%BE%8B)异常示例 ~~~json { "code": "1", "msg": "请求失败", "data": null, "msgId": "efd7f07011124adf" } ~~~