淘宝天猫官方订单和商品接口操作

在这里插入图片描述
点击注册测试地址(获取Key和secret)
示例(获取订单列表)可以替换参数后直接打开测试
https://api.onebound.cn/taobao/api_call.php?lang=zh-CN&key=[key]&secret=[secret]&api=taobao.trades.sold.get&api_name=custom&fields=tid,type,status,payment,orders,rx_audit_status&&session=[授权的session]

测试工具测试用
api=taobao.trades.sold.get&api_name=custom&fields=tid,type,status,payment,orders,rx_audit_status&&session=[授权的session]

示例(获取订单详情)可以替换参数后直接打开测试
https://api.onebound.cn/taobao/api_call.php?lang=zh-CN&key=[key]&secret=[secret]&api=taobao.trade.fullinfo.get&api_name=custom&fields=tid,type,status,payment,orders,rx_audit_status,receiver_name,receiver_state,receiver_address,receiver_zip,receiver_mobile,receiver_phone,receiver_country,receiver_town&tid=[订单号]&session=[授权的session]

测试工具测试用
api=taobao.trade.fullinfo.get&api_name=custom&fields=tid,type,status,payment,orders,rx_audit_status,receiver_name,receiver_state,receiver_address,receiver_zip,receiver_mobile,receiver_phone,receiver_country,receiver_town&tid=[订单号]&session=[授权的session]

`

猜你喜欢

转载自blog.csdn.net/QQ569893796/article/details/108226285