万邦xiyu API 接入说明

  1. API地址:
    https://api-gw.onebound.cn/xiyu/

  2. 调用示例:
    https://api-gw.onebound.cn/xiyu/item_get/?key=&&num_iid=MAY935&cache=no&&lang=zh-CN&secret=

  3. 参数说明

    • 通用参数说明
      • 参数不要乱传,否则不管成功失败都会扣费
      • url说明 https://api-gw.onebound.cn/平台/API类型/ 平台:淘宝,京东等, API类型:[item_search,item_get,item_search_shop等]
      • version:API版本
      • key:调用key,测试key:test_api_key
      • secret:调用secret,测试secret:(不用填写)
      • cache:[yes,no]默认yes,将调用缓存的数据,速度比较快
      • result_type:[json,xml,serialize,var_export]返回数据格式,默认为json
      • lang:[cn,en,ru] 翻译语言,默认cn简体中文
      • secret:密钥
    • API:item_get 参数说明: num_iid:商品ID ; delist_time不为空代表商品已下架;数据会获取异常。

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

    • item_get 根据ID取商品详情

其他接口及详细说明请参考测试界面参数: http://open.onebound.cn/test/?api_type=xiyu&
Onebound XIYU API SDK调用示例:点击跳转
Onebound XIYU API SDK下载地址:点击下载