接口 product.operators.get
接口说明
通过 Barcode 获取商品详情
业务参数
参数名称 |
类型 |
是否必须 |
说明 |
BarCode |
string |
Y |
条码 |
返回结果
参数名称 |
类型 |
说明 |
ProductVO |
Object |
商品的详细属性 |
PayExtend |
array |
支付附带信息 |
ParentCategoryID |
string |
一级行业 |
CategoryID |
string |
二级行业 |
DescImageUrl |
Array |
描述图片 |
HorizontalDescImageUrl |
Array |
横屏描述图片 |
ImageUrl |
string |
商品图片,高清图片(1000*1000 像素) |
ImageFixWidthUrl |
string |
商品固定宽图片,高清图片(实际厘米数 * 100 像素图) |
返回示例
{
"error_code": 0,
"error_msg": "SUCCESS",
"data": {
"OID": "5c67c5678816f200124dbb7f",
"BarCode": "88888882",
"PayExtend": "",
"VerifyRules": [],
"SpecBarCode": false,
"Price": 0,
"ParentCategoryID": "58f094160f5dbd1100568db3",
"CategoryID": "599e779391b4b3000f3a2626",
"ProductID": "",
"ImageUrl": "",
"ImageFixWidthUrl": "",
"IsSelfImage": 0,
"SpecQty": 0,
"DescImageUrl": [],
"HorizontalDescImageUrl": [],
"InnerCode": "",
"CreateAt": 1556006129,
"UpdatedAt": 1556006129,
"id": "5cbec4f10d22415e2ebe2922",
"ProductVO": {
"AssemblyCountry": "",
"BarCode": "88888882",
"Brand": "",
"CategoryID": "599e779391b4b3000f3a2626",
"ColdStatus": true,
"HotStatus": false,
"Depth": 0,
"Description": "",
"EName": "",
"GrossWeight": 0,
"Height": 0,
"Manufacturer": "123",
"Name": "123",
"NetContent": 0,
"NetWeight": 0,
"OriginCountry": "",
"OriginPlace": "",
"PackageType": "",
"Pic": "",
"Price": 0,
"Type": "",
"UnSpsc": "",
"Width": 0,
"Composition": "",
"Nutrition": "",
"ImageUrl": "http://dev-res.yopoint.cc/operators/201810.png",
"ImageFixWidthUrl": "http://dev-res.yopoint.cc/operators/20181009/3658c06d97f5b4bd3ff73140946b2168.png",
"ColSpan": 1,
"OID": "58ec9336482c071100c4a8e4",
"BID": "",
"Status": 1,
"AdResources": [],
"ProductSuggestion": [],
"ParentCategoryID": "58f094160f5dbd1100568db3",
"CreateAt": 1540387820,
"UpdatedAt": 1556046347,
"OperatorsCount": 2,
"OrderCount": 0,
"ProcessStatus": 0,
"Tags": [
"系统改为公有"
],
"id": "5bd073ecb1e8a6135ba8c36c",
"ImageUrlList": [
{
"ImageUrl": "http://dev-res.yopoint.cc/operators/20181009/3658c06d97f5b4bd3ff73140946b2168.png",
"ImageFixWidthUrl": "http://dev-res.yopoint.cc/operators/20181009/3658c06d97f5b4bd3ff73140946b2168.png"
}
]
}
}
}
返回错误描述
error_msg |
描述 |
MISSING_PARAMS_BARCODE |
缺少参数:商品条码 |