万邦suning API 接入说明

  1. API地址:
    http://api.onebound.cn/suning/

  2. 调用示例:
    https://api-gw.onebound.cn/suning/item_get/?key=test_api_key& &num_iid=0070134261/703410301&&lang=zh-CN&secret=

  3. 参数说明

    • 通用参数说明

      • version:API版本
      • key:调用key,测试key:test_api_key
      • api_name:API类型[item_search,seller_info]
      • cache:[yes,no]默认yes,将调用缓存的数据,速度比较快
      • result_type:[json,xml,serialize,var_export]返回数据格式,默认为json
      • lang:[cn,en,ru] 翻译语言,默认cn简体中文
    • API:itemsearch 参数说明: q:搜索关键字,支持url cat:分类ID start_price:开始价格 end_price:结束价格 sort:排序[bid,_bid,_sale,_credit,_income,_prom,_comm] (bid:总价,sale:销量,credit信用/人气,income收入,月推广量,comm月支出佣金。加前缀为从大到小排序) page:

    • API:seller_info 参数说明: nick:店铺id【722324510天猫,2239713891淘宝】

  4. 此API目前支持以下基本接口:

    • item_get 获得suning商品详情
    • item_search 按关键字搜索suning商品

其他接口及详细说明请参考测试界面参数: http://api.onebound.cn/suning/?act=show_api
Onebound suning API SDK调用示例:http://api.onebound.cn/suning/demo/sdk/
Onebound suning API SDK下载地址:http://api.onebound.cn/suning/demo/sdk/onebound-api-sdk.zip