item_get-获得搜好货商品详情
souhaohuo.item_get
公共参数
名称 | 类型 | 必须 | 描述 |
---|---|---|---|
key | String | 是 | 调用key(必须以GET方式拼接在URL中) |
secret | String | 是 | 调用密钥 |
api_name | String | 是 | API接口名称(包括在请求地址中)[item_search,item_get,item_search_shop等] |
cache | String | 否 | [yes,no]默认yes,将调用缓存的数据,速度比较快 |
result_type | String | 否 | [json,jsonu,xml,serialize,var_export]返回数据格式,默认为json,jsonu输出的内容中文可以直接阅读 |
lang | String | 否 | [cn,en,ru]翻译语言,默认cn简体中文 |
version | String | 否 | API版本 |
请求参数
请求参数:num_iid=355367829
参数说明:num_iid:搜好货商品ID
响应参数
Version: Date:
名称 | 类型 | 必须 | 示例值 | 描述 |
---|---|---|---|---|
num_iid | String | 0 | 355367829 | 宝贝ID |
title | String | 0 | 便宜库存男式牛仔裤地摊货杂款牛仔裤批发 秋冬新款 男装弹力小脚裤 | 商品标题 |
desc_short | String | 0 | 男式牛仔裤产品牛仔裤男式牛仔裤,欢迎选购! | 商品简介 |
price | Float | 0 | 15 | 价格 |
total_price | Float | 0 | 0 | |
suggestive_price | Float | 0 | 0 | |
orginal_price | Float | 0 | 原价 | |
nick | String | 0 | 周女士 | 卖家昵称 |
num | Int | 0 | 12000 | |
unit | String | 0 | 条 | 单位 |
min_num | Int | 0 | 100 | |
detail_url | String | 0 | https://www.912688.com/supply/355367829.html | 宝贝链接 |
pic_url | String | 0 | https://img0.912688.com/aea87f54-99f9-4c20-8c87-cefb81a25d04.jpg# | 宝贝图片 |
brand | String | 0 | 牛仔裤 | 品牌 |
brandId | Int | 0 | 品牌id | |
rootCatId | Int | 0 | 顶级分类ID | |
cid | Int | 0 | 646 | |
favcount | Int | 0 | 0 | |
fanscount | Int | 0 | 0 | |
desc | String | 0 | ||
desc_img | Mix | 0 | ["https://img2.912688.com/cfaf2a89-b27b-4f6c-9e15-da3c6cdb6dd4.png?imageView2/2/w/1920] | 商品描述图片列表 |
item_imgs | Mix | 0 | [{"url": "https://img0.912688.com/aea87f54-99f9-4c20-8c87-cefb81a25d04.jpg#"}] | 商品图片列表 |
item_weight | String | 0 | ||
item_size | String | 0 | ||
location | String | 0 | 广东省深圳市龙岗区吉华街道 | 发货地 |
post_fee | Float | 0 | 邮费 | |
express_fee | Float | 0 | EMS费用 | |
ems_fee | Float | 0 | 物流费用 | |
shipping_to | String | 0 | 发货至 | |
has_discount | Boolean | 0 | false | |
video | Mix | 0 | [] | 商品视频 |
is_virtual | String | 0 | ||
sample_id | String | 0 | ||
is_promotion | Boolean | 0 | false | |
props_name | String | 0 | 商品属性名 | |
prop_imgs | Mix | 0 | {"prop_img": [ ]} | 商品属性图片列表 |
property_alias | String | 0 | 属性别名 | |
props | Mix | 0 | [{"品牌": "牛仔裤"}] | 商品详情 |
total_sold | 0 | |||
skus | Mix | 0 | {"sku": []} | 商品规格信息列表 |
seller_id | Int | 0 | 34755687 | 卖家ID |
sales | Int | 0 | 1 | 销售额 |
shop_id | Int | 0 | 店铺ID | |
props_list | Mix | 0 | 商品属性 | |
seller_info | Mix | 0 | {"title": "深圳市万鼎服饰有限公司","shop_name": "深圳市万鼎服饰有限公司", "tell": "13798792016","zhuy": "https://wanding.912688.com","level": "","shop_type": "", "user_num_id": "34755687", "cid": "355367829", "delivery_score": null, "item_score": null, "score_p": null, "nick": "深圳市万鼎服饰有限公司","addre":"广东省深圳市龙岗区吉华街道"} | 卖家信息 |
tmall | Boolean | 0 | false | 是否天猫 |
error | String | 0 | 错误信息 | |
warning | String | 0 | price_json error;skus miss; | 警告信息 |
url_log | Mix | 0 | ||
priceRange | Mix | 0 | ["3","49.90"] | 价格区间 |
shop_item | Mix | 0 | ||
relate_items | Mix | 0 |
-
参数说明
-
通用参数说明
- version:API版本
- key:调用key,测试key:test_api_key
- api_name:API类型[item_search,item_get]
- cache:[yes,no]默认yes,将调用缓存的数据,速度比较快
- result_type:[json,xml,serialize,var_export]返回数据格式,默认为json
- lang:[cn,en,ru] 翻译语言,默认cn简体中文
-
API:item_search 参数说明: q:搜索关键词 cat:分类ID start_price:开始价格 end_price:结束价格 sort:排序 page:
-
API:item_get 参数说明: num_iid:商品id【num_iid=1520294】
-
-
此API目前支持以下基本接口:
- item_get 获得搜好货商品详情
- item_search 按关键字搜索搜好货商品
- item_search_shop 获得公司的所有商品