Skip to content
On this page

获取商品物料信息接口

接口说明:

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

URL 参数说明:

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

返回结果:

参数类型说明描述
skustring供应商商品编码
materialCodestring石油物料编码

返回数据示例:

json
{
	"success": true,
	"errormsg ": "",
	"requestId ": "9245fe4a-d402-451c-b9ed-9c1a04247482",
	"errorcode": 0,
	"result": {
		"sku": "13135689236",
		"materialCode ": "2089493049"
	}
}