当前位置:网站首页>Boutique: Taobao/Tmall Get Order Details API for Purchased Products
Boutique: Taobao/Tmall Get Order Details API for Purchased Products
2022-07-30 03:46:00 【cat sharing dry goods】
一、参数
公共参数
请求地址:
https://api-gw.onebound.cn/taobao/buyer_order_detail
名称 | 类型 | 必须 | 描述 |
---|---|---|---|
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版本 |
请求参数
请求参数:order_id=&onlystatus=0
参数说明:order_id:订单ID
token:SaaS授权
响应参数
Version: Date:
名称 | 类型 | 必须 | 示例值 | 描述 |
---|---|---|---|---|
take_baby | String | 0 | ||
payment_alipay | String | 0 | 支付宝 | |
seller_delivery | String | 0 | 卖家收货地址 | |
confirm_time | String | 0 | 确认时间 | |
evaluate_time | String | 0 | 评价时间 | |
delivery_countdown | String | 0 | 商品到达剩余时间 | |
trade_status | String | 0 | 订单状态: 交易成功 | 交易状态 |
delivery_way | String | 0 | logistic | 送货方式 |
logistics_company | String | 0 | 顺丰速运 | 物流公司 |
waybill | Bigint | 0 | 76743627xxxx | 运单号码 |
logistics_follow | String | 0 | 顺丰速运 | 物流跟踪 |
delivery_addr | Bigint | 0 | peng,19900001111,江西省 新余市 渝水区 城北街道 人民北路313号 ,338000 | 收货地址 |
buyer_message | String | 0 | - | 买家备注 |
seller_name | String | 0 | selected官方旗舰店 | 卖家昵称 |
seller_real_name | String | 0 | 绫致时装销售(天津)有限公司 | 卖家实名 |
seller_city | String | 0 | 天津 | 卖家所在城市 |
seller_phone | String | 0 | 400-8001234 | 客服电话 |
order_num | Bigint | 0 | 298482016040012345 | 订单号 |
alipay_num | Bigint | 0 | 2018121622001168940583001234 | 支付宝订单号 |
goods | Mix | 0 | [{"auction_url": "//trade.taobao.com/trade/detail/tradeSnap.htm?tradeID=29848201604571xxxx", "goods_id": null, "goods_img": "//img.alicdn.com/imgextra/i1/849905958/O1CN011tsoDu6YZLBaF7F_!!849905958.jpg", "goods_name": "Selected/斯莱德马海毛羊毛混纺色块男士毛衫", "goods_info": [{"name": "颜色", "value": "碳花灰色CHARCOAL MELANGE"}], "goods_status": "交易成功", "unit_price": "349.50", "goods_count": "1", "discount": null }] | 商品信息 |
goods_money | String | 0 | ¥100.00 | 商品金额 |
logistics_money | String | 0 | ¥0.00 | 物流费用 |
total_money | String | 0 | ¥100.00 | 总金额 |
real_money | String | 0 | ¥100.00 | 实际支付金额 |
stepbar | Mix | 0 | {"current": 3, "options": [{"content": "拍下商品", "time": "2018-12-16 22:37:58"}, {"content": "付款到支付宝", "time": "2018-12-16 22:38:31"}, {"content": "卖家发货", "time": "2018-12-17 09:19:55"}, {"content": "确认收货", "time": "2019-01-01 09:20:07"}, {"content": "评价"} ]] | 步骤 |
二、示例
请求示例
-- 请求示例 url 默认请求参数已经URL编码处理 curl -i "https://api-gw.onebound.cn/taobao/buyer_order_detail/?key=<您自己的apiKey>&secret=<您自己的apiSecret>&order_id=&onlystatus=0"
响应示例
异常示例
三、错误码解释
状态代码(error_code) | 状态信息 | 详细描述 | 是否收费 |
---|---|---|---|
0000 | success | 接口调用成功并返回相关数据 | 是 |
2000 | Search success but no result | 接口访问成功,但是搜索没有结果 | 是 |
4000 | Server internal error | 服务器内部错误 | 否 |
4001 | Network error | 网络错误 | 否 |
4002 | Target server error | 目标服务器错误 | 否 |
4003 | Param error | 用户输入参数错误 | 忽略 |
4004 | Account not found | 用户帐号不存在 | 忽略 |
4005 | Invalid authentication credentials | 授权失败 | 忽略 |
4006 | API stopped | 您的当前API已停用 | 忽略 |
4007 | Account stopped | 您的账户已停用 | 忽略 |
4008 | API rate limit exceeded | 并发已达上限 | 忽略 |
4009 | API maintenance | API维护中 | 忽略 |
4010 | API not found with these values | API不存在 | 忽略 |
4012 | Please add api first | 请先添加api | 忽略 |
4013 | Number of calls exceeded | 调用次数超限 | 忽略 |
4014 | Missing url param | 参数缺失 | 忽略 |
4015 | Wrong pageToken | 参数pageToken有误 | 忽略 |
4016 | Insufficient balance | 余额不足 | 忽略 |
4017 | timeout error | 请求超时 | 否 |
5000 | unknown error | 未知错误 | 否 |
边栏推荐
- Ansible introduction (detailed) features + advantages + design concept + application field + system architecture + working principle + task execution process
- 微服务进阶 Cloud Alibaba
- Mini Program Graduation Works WeChat Points Mall Mini Program Graduation Design Finished Product (2) Mini Program Function
- OpenFeign implementation downgrade
- Process priority nice
- 状态空间表示
- 运行时间监控:如何确保网络设备运行时间
- ospf map
- Mini Program Graduation Works WeChat Points Mall Mini Program Graduation Design Finished Work (5) Task Book
- Microservice CAP Principles
猜你喜欢
Monitor page deployment
论坛管理系统
Summary of Rpc and gRpc Introduction
北京bgp机房和普通机房的区别
Mini Program Graduation Works WeChat Second-hand Trading Mini Program Graduation Design Finished Work (2) Mini Program Function
Microservice CAP Principles
route filter
进程优先级 nice
day10--install mysql on linux
一直空、一直爽,继续抄顶告捷!
随机推荐
Mini Program Graduation Works WeChat Points Mall Mini Program Graduation Design Finished Product (2) Mini Program Function
监控页面部署
SQL Server中如何在date类型中提取年、月、日数据
Sentinel 流量防卫兵
day10--install mysql on linux
FreeRTOS Personal Notes - Memory Management
How does the AI intelligent security video platform EasyCVR configure the simultaneous transmission of audio and video?
flutter 记录学习不一样的动画(二)
Let's learn the layout components of flutter together
ospf 综合实验(重发布,特殊区域)
MyCat中对分库分表、ER表、全局表、分片规则、全局序列等的实现与基本使用操作
Testers, what else do you need to know besides testing?
组织在线化:组织数字化变革的新趋势
小程序毕设作品之微信积分商城小程序毕业设计成品(1)开发概要
Solve the problem of compiling and installing gdb-10.1 unistd.h:663:3: error: #error “Please include config.h first.”
新接口——“淘特”关键词搜索的API接口
CMake的安装和测试
解决编译安装gdb-10.1 unistd.h:663:3: error: #error “Please include config.h first.“ 问题
2022-07-29 第四小组 修身课 学习笔记(every day)
传输层详解