Skip to content
On this page

4.3.1 获取商品详情接口

接口说明:

MethodURLContentType
GET/api/restful/product/{sku}/detailapplication/json

URL参数说明:

参数类型说明是否必须长度描述
skustring必须50商品编号

返回结果说明:

参数类型说明描述
skustring商品编号
urlstring商品url
modelstring型号
weightdouble重量
image_pathstring主图地址
stateint上下架状态
brand_namestring品牌
namestring商品名称
product_areastring产地
upcstring条形码
unitstring单位
categorystring类别
categoryNamestring类别名称
servicestring售后服务
introductionstring商品描述(图文, html)
paramstring商品属性(html)
prdParamsjson商品属性
warestring包装清单
tax_ratefloat商品税率
sale_activesint是否促销
tax_catetory_codestring税收分类编码
search_keywordstring搜索关键词
productExtensionsList扩展信息

请求参数示例:

/api/restful/product/1049204/detail

返回数据示例:

json
{
	"result": {
		"sku": "1049204",
		"url": "",
		"model": "MP399A",
		"weight": 18.6,
		"image_path": "http://res.clpcdn.com/pmspic/ItemPicture/2/20/126/49191/Original/1049204.jpg",
		"state": 1,
		"brand_name": "宝克",
		"name": "宝克 可加墨白板笔 MP399A (蓝色) 12支/盒",
		"product_area": "中国",
		"upc": "6921738085234",
		"unit": "",
		"category": "010101",
		"categoryName": "笔类",
		"service": "/",
		"introduction": "<div id='Background' style='border-bottom: medium none; border-left: medium none; margin: 0px auto; width: 790px; border-top: medium none; border-right: medium none'><table id='__01' width='790' height='5169' border='0' cellpadding='0' cellspacing='0'><tbody><tr class='firstRow'><td><img src='http://pic.colipu.com/ProductDescribe/1049204/1049204_01.jpg' width='790' height='925' alt=''/></td></tr><tr><td><img src='http://pic.colipu.com/ProductDescribe/1049204/1049204_02.jpg' width='790' height='488' alt=''/></td></tr><tr><td><img src='http://pic.colipu.com/ProductDescribe/1049204/1049204_03.jpg' width='790' height='620' alt=''/></td></tr><tr><td><img src='http://pic.colipu.com/ProductDescribe/1049204/1049204_04.jpg' width='790' height='781' alt=''/></td></tr><tr><td><img src='http://pic.colipu.com/ProductDescribe/1049204/1049204_05.jpg' width='790' height='820' alt=''/></td></tr><tr><td><img src='http://pic.colipu.com/ProductDescribe/1049204/1049204_06.jpg' width='790' height='730' alt=''/></td></tr><tr><td><img src='http://pic.colipu.com/ProductDescribe/1049204/1049204_07.jpg' width='790' height='805' alt=''/></td></tr></tbody></table><style= border-bottom:='' medium='' border-left:='' border-top:='' border-right:=''></style=></div>",
		"param": "",
		"ware": "白板笔*1支",
		"tax_rate": 13,
		"tax_catetory_code":"109062703",
		"search_keyword":"白板笔",
		"sale_actives": 0,
		"prdParams": [{
				"name": "包装规格",
				"value": "500张/包 5包/箱"
			},
			{
				"name": "产地",
				"value": "中国"
			},
			{
				"name": "克重",
				"value": "70g"
			},
			{
				"name": "品牌",
				"value": "益思"
			},
			{
				"name": "入数",
				"value": "1包"
			},
			{
				"name": "纸质",
				"value": "全木浆"
			}
		],
		 "productExtensions": [
            {
                "columnName": "第三方链接",
                "columnKey": "ThirdUrl",
                "columnValue": "https://item.jd.com/1525554.html"
            }
        ]
	},
	"success": true,
	"errormsg": "",
	"errorcode": "0",
	"requestId": "2f1e4985-68be-486c-b4ea-2d4b0cd7d024"
}