PandaPon OpenAPI
产品文档API参考
中文简体
  • English
  • Tiếng Việt
  • Español
产品文档API参考
中文简体
  • English
  • Tiếng Việt
  • Español
返回PandaPon官网
  1. 订单
  • 淘宝
    • 商品
      • 淘宝商品图片搜索接口
      • 淘宝商品搜索接口
      • 根据淘宝商品id批量查询商品
      • 根据淘宝商品id查询商品
      • 淘宝商品查询
    • 订单
      • 创建订单
        POST
      • 分页查询订单列表
        GET
      • 上传支付凭证
        POST
      • 取消订单
        POST
      • 修改订单前置仓信息
        POST
      • 支付订单
        POST
      • 获取IM 链接
        POST
      • 根据订单ID获取订单详情
        GET
      • 获取物流详情
        GET
    • 售后
      • 逆向单列表查询
      • 逆向单渲染接口
      • 退货物流渲染
      • 退货物流提交
      • 逆向单撤销
      • 提交逆向单留言
      • 逆向单提交
      • 逆向单留言列表查询
      • 逆向单修改
      • 逆向单查询
    • 消息回调
      • 订单价格修改回调
      • 订单状态修改回调
      • 订单售后退款
    • 购物车
      • 创建订单
      • 生成订单预览
      • 购物车列表
      • 删除购物车商品
      • 新增购物车
      • 编辑商品数量
  • 1688
    • 商品
      • 商品详情查询
      • 转换解密为旺旺URL
      • 商品关键词查询
      • 商品图片搜索
      • 商品店搜
      • 根据类目ID查询多语言类目
      • 商品推荐查询
      • 相关性商品查询
    • 订单
      • 开发者批量提交支付1688订单
      • 创建订单前预览数据(批量不同商家)
      • 创建订单(不同商家)
      • 获取订单的物流跟踪信息
      • 订单列表分页查询
      • 创建订单前预览数据
      • 创建订单
      • 支付前取消订单
      • 订单支付
      • 买家确认收货
    • 售后
      • 查询售后单详情
      • 查询退款退货原因(用于创建退款退货)
      • 上传退款退货凭证
      • 创建退款退货申请
      • 买家提交退款货信息
      • 物流公司列表-所有的物流公司
    • 消息回调
      • 订单价格修改回调
      • 订单状态修改接口
      • 1688订单售后退款
    • 购物车
      • 创建订单
      • 删除购物车商品
      • 创建订单前预览数据接口
      • 编辑商品数量
      • 新增购物车
      • 购物车列表
    • 营销
      • 全球严选
      • 1688严选
      • 热销榜单
  • 基础
    • 获取用户地址信息
      POST
    • 地址新增与更新
      POST
  • 仓库物流
    • 商详海外运费预估
      POST
    • 订单海外运费预览
      POST
    • 更新国内物流信息
      POST
    • 创建国际物流订单
      POST
  1. 订单

获取物流详情

GET
/open/order/logistics/detail/get

请求参数

Query 参数
subPurchaseOrderId
string 
采购子单id
可选
示例值:
200033789041
Header 参数
access-key
string 
必需
默认值:
58c0201dfdf148eca63cbf6bb5e7cf03
nonce-str
string 
可选
默认值:
nonce-str
timestamp
string 
必需
默认值:
1715669977082
user-id
string 
必需
默认值:
2100007341207
signature
string 
必需
默认值:
B7F83FE2ADC8D8F044F2E01F0FFE8C80

示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.pandapon.com/open/order/logistics/detail/get' \
--header 'access-key;' \
--header 'nonce-str: nonce-str' \
--header 'timestamp;' \
--header 'user-id;' \
--header 'signature;'

返回响应

🟢200成功
application/json
Body
requestId
string 
必需
code
integer 
必需
developId
string 
必需
msg
string 
必需
data
object 
必需
purchaseOrderOuterId
string 
淘宝子订单ID
必需
pnmLogisticsDetails
array [object {5}] 
物流包裹清单
必需
示例
{
    "requestId": "e8eecaec18e344a2a4dd46df57fad256",
    "code": 200,
    "developId": "1023561483696472885",
    "msg": "成功",
    "data": {
        "purchaseOrderOuterId": "3682557363260579405",
        "pnmLogisticsDetails": [
            {
                "mailNo": "78753196186473",
                "logisticsTraces": [
                    {
                        "statusDesc": "运输中",
                        "province": null,
                        "city": "北京市",
                        "district": "朝阳区",
                        "action": "TMS_STATION_OUT",
                        "facilityName": "北京",
                        "time": "2023-12-14 21:39:11",
                        "standerdDesc": "【北京市】 快件已发往 广州中心",
                        "status": "TRANSPORT",
                        "nextCity": null,
                        "nextNodeName": null
                    },
                    {
                        "statusDesc": "运输中",
                        "province": null,
                        "city": "北京市",
                        "district": "朝阳区",
                        "action": "TMS_STATION_IN",
                        "facilityName": "北京",
                        "time": "2023-12-14 21:37:38",
                        "standerdDesc": "【北京市】 快件已到达 北京",
                        "status": "TRANSPORT",
                        "nextCity": null,
                        "nextNodeName": null
                    },
                    {
                        "statusDesc": "运输中",
                        "province": null,
                        "city": "北京市",
                        "district": "朝阳区",
                        "action": "TMS_STATION_OUT",
                        "facilityName": "北京朝阳鲁店",
                        "time": "2023-12-14 19:26:00",
                        "standerdDesc": "【北京市】 快件已发往 北京",
                        "status": "TRANSPORT",
                        "nextCity": null,
                        "nextNodeName": null
                    },
                    {
                        "statusDesc": "已揽件",
                        "province": null,
                        "city": "北京市",
                        "district": "朝阳区",
                        "action": "TMS_ACCEPT",
                        "facilityName": "北京朝阳鲁店",
                        "time": "2023-12-14 19:25:55",
                        "standerdDesc": "【北京市】 北京朝阳鲁店(010-80909229)笔尖文化(13681560000)已揽收",
                        "status": "ACCEPT",
                        "nextCity": null,
                        "nextNodeName": null
                    },
                    {
                        "statusDesc": "已下单",
                        "province": null,
                        "city": null,
                        "district": null,
                        "action": "X_PACKAGED",
                        "facilityName": null,
                        "time": "2023-12-14 18:25:07",
                        "standerdDesc": "您的包裹已打包",
                        "status": "CREATE",
                        "nextCity": null,
                        "nextNodeName": null
                    },
                    {
                        "statusDesc": "已出库",
                        "province": null,
                        "city": null,
                        "district": null,
                        "action": "X_OUT_WAREHOUSE",
                        "facilityName": null,
                        "time": "2023-12-14 18:25:07",
                        "standerdDesc": "您的包裹已出库",
                        "status": "WAREHOUSE_CONFIRMED",
                        "nextCity": null,
                        "nextNodeName": null
                    },
                    {
                        "statusDesc": "已发货",
                        "province": null,
                        "city": "北京市",
                        "district": "朝阳区",
                        "action": "CONSIGN",
                        "facilityName": null,
                        "time": "2023-12-14 18:25:07",
                        "standerdDesc": "包裹正在等待揽收",
                        "status": "CONSIGN",
                        "nextCity": null,
                        "nextNodeName": null
                    },
                    {
                        "statusDesc": "已下单",
                        "province": null,
                        "city": null,
                        "district": null,
                        "action": "X_LOGISTICS_PRINTED",
                        "facilityName": null,
                        "time": "2023-12-14 18:24:11",
                        "standerdDesc": "您的订单已打物流单",
                        "status": "CREATE",
                        "nextCity": null,
                        "nextNodeName": null
                    },
                    {
                        "statusDesc": "已下单",
                        "province": null,
                        "city": null,
                        "district": null,
                        "action": "X_WAIT_ALLOCATION",
                        "facilityName": null,
                        "time": "2023-12-14 17:16:22",
                        "standerdDesc": "您的订单待配货",
                        "status": "CREATE",
                        "nextCity": null,
                        "nextNodeName": null
                    },
                    {
                        "statusDesc": "已下单",
                        "province": null,
                        "city": null,
                        "district": null,
                        "action": "X_ALLOCATION_NOTIFIED",
                        "facilityName": null,
                        "time": "2023-12-14 17:16:21",
                        "standerdDesc": "您的订单已通知配货",
                        "status": "CREATE",
                        "nextCity": null,
                        "nextNodeName": null
                    },
                    {
                        "statusDesc": "已下单",
                        "province": null,
                        "city": null,
                        "district": null,
                        "action": "X_SERVICE_AUDITED",
                        "facilityName": null,
                        "time": "2023-12-14 17:16:20",
                        "standerdDesc": "您的订单信息审核通过",
                        "status": "CREATE",
                        "nextCity": null,
                        "nextNodeName": null
                    },
                    {
                        "statusDesc": "已下单",
                        "province": null,
                        "city": null,
                        "district": null,
                        "action": "X_TO_SYSTEM",
                        "facilityName": null,
                        "time": "2023-12-14 17:16:19",
                        "standerdDesc": "您的订单开始处理",
                        "status": "CREATE",
                        "nextCity": null,
                        "nextNodeName": null
                    },
                    {
                        "statusDesc": "已下单",
                        "province": null,
                        "city": null,
                        "district": null,
                        "action": "CREATE",
                        "facilityName": null,
                        "time": "2023-12-14 15:46:28",
                        "standerdDesc": "商品已经下单",
                        "status": "CREATE",
                        "nextCity": null,
                        "nextNodeName": null
                    }
                ],
                "logisticsPartner": [
                    {
                        "companyImageUrl": "https://img.alicdn.com/imgextra/i4/6000000006365/O1CN011wtDbFItuuDvLyb_!!6000000006365-2-urc.png",
                        "company": "中通快递",
                        "companyContact": "95311"
                    }
                ],
                "receiver": {
                    "zipCode": null,
                    "address": "石井街道 凰岗村 凤鸣路117号F1档(001-0404312957)咚咚国际店菜鸟驿站",
                    "province": "广东省",
                    "city": "广州市",
                    "district": "白云区",
                    "phone": "13544471959",
                    "name": "(001-0404312957)杨海微"
                },
                "logisticsGoods": [
                    {
                        "title": "阿迪达斯三叶草NY 90J女休闲运动板鞋小白鞋GY1172 GZ1873 GZ1872",
                        "property": "颜色分类:(CI7954) B品 GZ1873[详情有B品说明];鞋码:37",
                        "imageUrl": "https://img.alicdn.com/tps//i2/781668999/O1CN01Gw4L0F2GLb5587pfg_!!781668999.jpg",
                        "quantity": "1"
                    },
                    {
                        "title": "Adidas阿迪达斯NEO女鞋 运动休闲鞋防滑减震舒适透气跑步鞋HP5396",
                        "property": "颜色分类:灰(CI7954) B品 HP5396[描述下有B品描述];鞋码:37",
                        "imageUrl": "https://img.alicdn.com/tps//i1/781668999/O1CN01wZVZI12GLb3EqUpjh_!!781668999.jpg",
                        "quantity": "1"
                    },
                    {
                        "title": "Adidas阿迪达斯NEO女鞋 运动休闲鞋防滑减震舒适透气跑步鞋HP5396",
                        "property": "颜色分类:灰(CI7954) B品 HP5396[描述下有B品描述];鞋码:36",
                        "imageUrl": "https://img.alicdn.com/tps//i1/781668999/O1CN01wZVZI12GLb3EqUpjh_!!781668999.jpg",
                        "quantity": "1"
                    },
                    {
                        "title": "ADIDAS 阿迪达斯女鞋休闲透气轻便EQ19 RUN运动舒适跑步鞋 GZ0572",
                        "property": "颜色分类:(CI7954) B品 GZ0572[详情有B品说明];鞋码:39",
                        "imageUrl": "https://img.alicdn.com/tps//i3/781668999/O1CN01AJO2Em2GLb59Rqwzn_!!781668999.jpg",
                        "quantity": "1"
                    },
                    {
                        "title": "阿迪达斯COURT PLATFORM女款防滑潮流休闲运动板鞋HP9434 H06298",
                        "property": "颜色分类:(CI7954) B品 H06298[详情有B品说明];鞋码:37",
                        "imageUrl": "https://img.alicdn.com/tps//i1/781668999/O1CN01kHmZjy2GLb5SosLjF_!!781668999.jpg",
                        "quantity": "2"
                    },
                    {
                        "title": "阿迪达斯COURT PLATFORM女款防滑潮流休闲运动板鞋HP9434 H06298",
                        "property": "颜色分类:(CI7954) B品 H06298[详情有B品说明];鞋码:36",
                        "imageUrl": "https://img.alicdn.com/tps//i1/781668999/O1CN01kHmZjy2GLb5SosLjF_!!781668999.jpg",
                        "quantity": "1"
                    },
                    {
                        "title": "Adidas阿迪达斯neo男女大童鞋运动轻便低帮魔术贴小白板鞋 GW6516",
                        "property": "颜色分类:(CI7952) B品 GW6516[详情有B品说明];鞋码:38",
                        "imageUrl": "https://img.alicdn.com/tps//i4/781668999/O1CN01O9Kqns2GLb6KvcEtG_!!781668999.jpg",
                        "quantity": "1"
                    },
                    {
                        "title": "ADIDAS男女童鞋小白休闲板鞋EE7968 GV6796 gy2326 gw6511 GW6506",
                        "property": "颜色分类:(CI7953) B品 GV6796[详情有B品说明];鞋码:38",
                        "imageUrl": "https://img.alicdn.com/tps//i1/781668999/O1CN017pbXzn2GLb5qNIk1r_!!781668999.jpg",
                        "quantity": "1"
                    },
                    {
                        "title": "ADIDAS男女儿童运动小白板鞋GY2457 GW6492 GY2327 GW6521 GW6946",
                        "property": "颜色分类:(CI7952) B品 GY2457[详情有B品说明];鞋码:34[2UK-210MM]",
                        "imageUrl": "https://img.alicdn.com/tps//i1/781668999/O1CN01MVG4uX2GLb62iwN3I_!!781668999.jpg",
                        "quantity": "1"
                    }
                ]
            }
        ]
    }
}
上一页
根据订单ID获取订单详情
下一页
逆向单列表查询
Built with