请求参数:num_iid=520813250866
参数说明:num_iid:淘宝商品ID
API测试工具
点击申请测试
响应参数
Version: Date:
| 名称 | 类型 | 必须 | 示例值 | 描述 |
|---|---|---|---|---|
| num_iid | Bigint | 0 | 520813250866 | 宝贝ID |
| title | String | 0 | 三刃木折叠刀过安检创意迷你钥匙扣钥匙刀军刀随身多功能小刀包邮 | 宝贝标题 |
| desc_short | String | 0 | 商品简介 | |
| promotion_price | Int | 0 | 优惠价 | |
| price | Float | 0 | 25.8 | 价格 |
| total_price | Float | 0 | 0 | |
| suggestive_price | Float | 0 | 0 | |
| orginal_price | String | 0 | 25.80 | 原价 |
| nick | String | 0 | 欢乐购客栈 | 掌柜昵称 |
| num | Int | 0 | 3836 | 库存 |
| min_num | Int | 0 | 0 | 最小购买数 |
| detail_url | String | 0 | item.taobao.com/item.htm?id… | 宝贝链接 |
| pic_url | String | 0 | //gd2.alicdn.com/imgextra/i4/2596264565/TB2p30elFXXXXXQXpXXXXXXXXXX_!!2596264565.jpg | 宝贝图片 |
| brand | String | 0 | 三刃木 | 品牌名称 |
| brandId | Int | 0 | 8879363 | 品牌ID |
| rootCatId | Int | 0 | 50013886 | 顶级分类ID |
| cid | Int | 0 | 50014822 | |
| desc | String | 0 | 商品详情 | |
| item_imgs | Mix | 0 | [{ "url": "//gd3.alicdn.com/imgextra/i4/2596264565/TB2p30elFXXXXXQXpXXXXXXXXXX_!!2596264565.jpg"} | 商品图片 |
| item_weight | String | 0 | ||
| express_fee | Float | 0 | 0.00 | 快递费用 |
| ems_fee | Float | 0 | EMS费用 | |
| post_fee | Float | 0 | 物流费用 | |
| shipping_to | String | 0 | 发货至 | |
| video | Mix | 0 | [] | 商品视频 |
| sample_id | String | 0 | 商品风格标识ID | |
| props_name | String | 0 | 1627207:1347647754:颜色分类:长方形带开瓶器+送工具刀卡+链子;1627207:1347647753:颜色分类:椭圆形带开瓶器+送工具刀卡+链子; | 商品属性名 |
| prop_imgs | Mix | 0 | {"prop_img": [ {"properties": "1627207:1347647754", "url": "//gd2.alicdn.com/imgextra/i3/2596264565/TB2.XeblVXXXXXkXpXXXXXXXXXX_!!2596264565.jpg"}]} | 商品属性图片列表 |
| props_imgs | Mix | 0 | {"prop_img": [ {"properties": "1627207:1347647754", "url": "//gd2.alicdn.com/imgextra/i3/2596264565/TB2.XeblVXXXXXkXpXXXXXXXXXX_!!2596264565.jpg"}]} | 商品属性图片列表 |
| property_alias | String | 0 | 20509:9974422:36;1627207:28326:红色;20509:9975710:38;1627207:28326:红色;20509:9981357:40;1627207:28326:红色 | 商品属性别名 |
| props | Mix | 0 | [{ "name": "产地","value": "中国" }] | 商品属性 |
| total_sold | Int | 0 | 10 | |
| skus | Mix | 0 | {"sku": [{"price": "39", "total_price": null, "orginal_price": "39.00", "properties": "1627207:1347647754", "properties_name": "1627207:1347647754:颜色分类:长方形带开瓶器+送工具刀卡+链子", "quantity": "305", "sku_id": "3166598625985"}] | 商品规格信息列表 |
| seller_id | Int | 0 | 2844096782 | 卖家ID |
| sales | Int | 0 | 138 | 销量 |
| shop_id | Int | 0 | 151372205 | 店铺ID |
| props_list | Mix | 0 | {20509:9974422: 尺码:36} | 商品属性 |
| seller_info | Mix | 0 | {"nick": "欢乐购客栈", "city": null, "level": 12, "bail": "2000", "rate": 96, "score": "4.8", "delivery_score": "4.8", "item_score": "4.8", "shop_type": null, "user_num_id": "2596264565", "sid": "127203758", "title": "欢乐购客栈", "zhuy": "//shop127203758.taobao.com", "company_name": null, "menu": [] } | 卖家信息 |
| tmall | Boolean | 0 | false | 是否天猫 |
| error | String | 0 | 错误信息 | |
| favcount | Int | 0 | 4824 | |
| fanscount | Int | 0 | 4824 | |
| location | String | 0 | 广东深圳 | 发货地 |
| props_img | Mix | 0 | 1627207:28326": "//img.alicdn.com/imgextra/i2/2844096782/O1CN01VrjpXt1zyCc9DvERE_!!2844096782.jpg | 属性图片 |
| desc_img | Mix | 0 | ["img.alicdn.com/imgextra/i1…"] | 商品详情图片 |
<?php
// 请求示例 url 默认请求参数已经URL编码处理
// 本示例代码未加密secret参数明文传输,若要加密请参考:https://open.onebound.cn/help/demo/sdk/demo-sign.php
$method = "GET";
$url = "https://api-gw.onebound.cn/taobao/item_get_pro/?key=<您自己的apiKey>&secret=<您自己的apiSecret>&num_iid=520813250866";
$curl = curl_init();
curl_setopt($curl, CURLOPT_CUSTOMREQUEST, $method);
curl_setopt($curl, CURLOPT_URL, $url);
curl_setopt($curl, CURLOPT_SSL_VERIFYHOST,FALSE);
curl_setopt($curl, CURLOPT_SSL_VERIFYPEER,FALSE);
curl_setopt($curl, CURLOPT_FAILONERROR, false);
curl_setopt($curl, CURLOPT_RETURNTRANSFER, true);
curl_setopt($curl, CURLOPT_HEADER, true);
curl_setopt($curl, CURLOPT_ENCODING, "gzip");
var_dump(curl_exec($curl));
?>
API返回结果
https://api-gw.onebound.cn/taobao/item_get_pro/?key=test_api_key&
&num_iid=520813250866&cache=no&&lang=zh-CN&secret=ob20220808
---------------------------------------
Result Object:
---------------------------------------
{
"item": {
"num_iid": "520813250866",
"title": "三刃木折叠刀创意迷你钥匙扣钥匙刀户外随身多功能锋利开箱小刀",
"desc_short": "",
"price": "22.7",
"total_price": 0,
"suggestive_price": 0,
"orginal_price": "25.80",
"nick": "欢乐购客栈",
"num": "200",
"min_num": 0,
"detail_url": "https://item.taobao.com/item.htm?id=520813250866",
"pic_url": "//img.alicdn.com/imgextra/i3/2596264565/O1CN01L8HLol1jaonor67d8_!!2596264565.jpg",
"brand": "三刃木",
"brandId": "4036703",
"rootCatId": "50013886",
"cid": "50014822",
"crumbs": [],
"created_time": "",
"modified_time": "",
"delist_time": "",
"desc": "",
"desc_img": [],
"item_imgs": [
{
"url": "//img.alicdn.com/imgextra/i3/2596264565/O1CN01L8HLol1jaonor67d8_!!2596264565.jpg"
},
{
"url": "//img.alicdn.com/imgextra/i1/2596264565/O1CN01jcuVBb1jaomeRuMkL_!!0-item_pic.jpg"
},
{
"url": "//img.alicdn.com/imgextra/i3/2596264565/O1CN01T1p7hu1jaomklDXvC_!!0-item_pic.jpg"
},
{
"url": "//img.alicdn.com/imgextra/i4/2596264565/O1CN01xbHROv1jaomde2Ldu_!!0-item_pic.jpg"
},
{
"url": "//img.alicdn.com/imgextra/i3/2596264565/O1CN018BhMpU1jaomhACP0K_!!0-item_pic.jpg"
}
],
"item_weight": "",
"item_size": "",
"location": "广东深圳",
"post_fee": 0,
"express_fee": null,
"ems_fee": "",
"shipping_to": "",
"has_discount": "",
"video": {
"url": null
},
"is_virtual": "",
"sample_id": "",
"is_promotion": "",
"props_name": "1627207:12227458263:颜色分类:长方形带开瓶器+送卡片刀+钢圈;1627207:12227458264:颜色分类:椭圆形带开瓶器+送卡片刀+钢圈;1627207:12227458265:颜色分类:GJ018X钥匙刀+送卡片刀+钢圈",
"prop_imgs": {
"prop_img": [
{
"properties": "1627207:12227458263",
"url": "//img.alicdn.com/imgextra/i3/2596264565/TB2.XeblVXXXXXkXpXXXXXXXXXX_!!2596264565.jpg"
},
{
"properties": "1627207:12227458264",
"url": "//img.alicdn.com/imgextra/i4/2596264565/TB2dTrjdVXXXXXBXpXXXXXXXXXX_!!2596264565.jpg"
},
{
"properties": "1627207:12227458265",
"url": "//img.alicdn.com/imgextra/i2/2596264565/TB2j22kdVXXXXXdXpXXXXXXXXXX_!!2596264565.jpg"
}
]
},
"property_alias": "",
"props": [
{
"name": "品牌",
"value": "三刃木"
},
{
"name": "产地",
"value": "中国"
},
{
"name": "颜色分类",
"value": "长方形带开瓶器+送卡片刀+钢圈,椭圆形带开瓶器+送卡片刀+钢圈,GJ018X钥匙刀+送卡片刀+钢圈"
},
{
"name": "重量",
"value": "26g(含)-50g(含)"
},
{
"name": "吊牌价",
"value": "46"
},
{
"name": "功能数量",
"value": "5个及以下"
},
{
"name": "展开长度",
"value": "10cm以下"
},
{
"name": "货号",
"value": "GJ019C"
},
{
"name": "附加功能",
"value": "刀,开瓶器,螺丝刀,钥匙圈,其他/other"
},
{
"name": "运动户外项目",
"value": "露营"
}
],
"total_sold": "142",
"skus": {
"sku": [
{
"price": "37",
"total_price": 0,
"orginal_price": "37",
"properties": "1627207:12227458263",
"properties_name": "1627207:12227458263:颜色分类:长方形带开瓶器+送卡片刀+钢圈",
"quantity": "200",
"sku_id": "3166598625985"
},
{
"price": "37",
"total_price": 0,
"orginal_price": "37",
"properties": "1627207:12227458264",
"properties_name": "1627207:12227458264:颜色分类:椭圆形带开瓶器+送卡片刀+钢圈",
"quantity": "200",
"sku_id": "3166598625984"
},
{
"price": "22.7",
"total_price": 0,
"orginal_price": "22.7",
"properties": "1627207:12227458265",
"properties_name": "1627207:12227458265:颜色分类:GJ018X钥匙刀+送卡片刀+钢圈",
"quantity": "200",
"sku_id": "3144644292458"
}
]
},
"seller_id": "2596264565",
"sales": 20,
"shop_id": "127203758",
"props_list": {
"1627207:12227458263": "颜色分类:长方形带开瓶器+送卡片刀+钢圈",
"1627207:12227458264": "颜色分类:椭圆形带开瓶器+送卡片刀+钢圈",
"1627207:12227458265": "颜色分类:GJ018X钥匙刀+送卡片刀+钢圈"
},
"seller_info": {
"nick": "欢乐购客栈",
"item_score": "4.9 ",
"score_p": "4.9 ",
"delivery_score": "4.9 ",
"shop_type": "C",
"user_num_id": "2596264565",
"sid": "127203758",
"title": "欢乐购客栈",
"zhuy": "https://shop127203758.taobao.com/",
"shop_name": "欢乐购客栈"
},
"tmall": false,
"error": "",
"warning": "",
"url_log": [],
"fav_count": "5474",
"fans_count": "1527",
"freight": "快递: 免运费",
"area": "广东深圳",
"props_imgs": {
"prop_img": [
{
"properties": "1627207:12227458263",
"url": "//img.alicdn.com/imgextra/i3/2596264565/TB2.XeblVXXXXXkXpXXXXXXXXXX_!!2596264565.jpg"
},
{
"properties": "1627207:12227458264",
"url": "//img.alicdn.com/imgextra/i4/2596264565/TB2dTrjdVXXXXXBXpXXXXXXXXXX_!!2596264565.jpg"
},
{
"properties": "1627207:12227458265",
"url": "//img.alicdn.com/imgextra/i2/2596264565/TB2j22kdVXXXXXdXpXXXXXXXXXX_!!2596264565.jpg"
}
]
},
"_ddf": "xdl",
"props_img": {
"1627207:12227458263": "//img.alicdn.com/imgextra/i3/2596264565/TB2.XeblVXXXXXkXpXXXXXXXXXX_!!2596264565.jpg",
"1627207:12227458264": "//img.alicdn.com/imgextra/i4/2596264565/TB2dTrjdVXXXXXBXpXXXXXXXXXX_!!2596264565.jpg",
"1627207:12227458265": "//img.alicdn.com/imgextra/i2/2596264565/TB2j22kdVXXXXXdXpXXXXXXXXXX_!!2596264565.jpg"
}
},
"secache": "7e721ad79194b06c2a7fea78e07f87be",
"secache_time": 1663839774,
"secache_date": "2022-09-22 17:42:54",
"translate_status": "",
"translate_time": 0,
"language": {
"default_lang": "cn",
"current_lang": "cn"
},
"error": "",
"reason": "",
"error_code": "0000",
"cache": 0,
"api_info": "today:110 max:10100 all[272=110+85+77];expires:2030-12-31",
"execution_time": "6.024",
"server_time": "Beijing/2022-09-22 17:42:54",
"client_ip": "106.6.38.190",
"call_args": {
"num_iid": "520813250866"
},
"api_type": "taobao",
"translate_language": "zh-CN",
"translate_engine": "google_new",
"server_memory": "0.9MB",
"request_id": "gw-4.632c2e18221ab",
"last_id": "1234236994"
}