淘宝/天猫API:buyer_order_express-获取购买到的商品订单物流

99 阅读1分钟

万邦淘宝/天猫获取购买到的商品订单物流 API 返回值说明

buyer_order_express-获取购买到的商品订单物流

onebound.taobao.buyer_order_express

微信截图_20220805100550.png

公共参数

请求地址: console.open.onebound.cn/console/?i=… 注册享任意接口免费测试3天

名称类型必须描述
keyString调用key(必须以GET方式拼接在URL中)
secretString调用密钥
api_nameStringAPI接口名称(包括在请求地址中)[item_search,item_get,item_search_shop等]
cacheString[yes,no]默认yes,将调用缓存的数据,速度比较快
result_typeString[json,jsonu,xml,serialize,var_export]返回数据格式,默认为json,jsonu输出的内容中文可以直接阅读
langString[cn,en,ru]翻译语言,默认cn简体中文
versionStringAPI版本

请求参数

请求参数:order_id=&seller_id=

参数说明:order_id:订单ID
token:SaaS授权

响应参数

Version: Date:

名称类型必须示例值描述
express_statusString0物流状态
express_followMix0[{"data": "2019-03-20", "time": "22:50:29", "express_info": "您的订单开始处理"}]物流跟踪
logistics_companyString0圆通速递货运公司
waybill_idBigint076743627xxxx运单号码
tidBigint038391788871371xxxx订单号码

请求示例

  • [Curl]
  • [PHP]
  • [PHPsdk]
  • [JAVA]
  • [C#]
  • [Python]
	
-- 请求示例 url 默认请求参数已经URL编码处理
curl -i "https://api-gw.onebound.cn/taobao/buyer_order_express/?key=<您自己的apiKey>&secret=<您自己的apiSecret>&order_id=&seller_id="