Depal Open API Doc
  1. 订单服务
Depal Open API Doc
  • 中文
    • 接入说明
      • 基本概念
      • 签名规则
      • 获取Token
    • 商品服务
      • 1688
        • 商品详情
        • 商品池查询
    • 订单服务
      • 下单前预览
        POST
      • 提交订单
        POST
      • 订单详情
        POST
      • 取消订单
        POST
      • 物流跟踪查询
        POST
  • English
    • API Instruction
      • Signature Rule
      • Get Token
    • product service
      • alibaba wholesale(1688)
        • Commodity Details
        • Commodity Pool Query
    • Order Service
      • Pre-order Preview
      • Submit Order
      • Order Details
      • Cancel Order
      • Logistics tracking query
  1. 订单服务

物流跟踪查询

POST
/openapi/1/{appKey}/logistics.tracking

Request

Path Params
appKey
string 
required
Header Params
Authorization
string 
optional
Default:
{{smile_admin_Authon}}
Example:
{{smile_admin_Authon}}
x-depal-timestamp
string 
required
timestamp when calling the service, milliseconds
x-depal-access-token
string 
required
retrieve from "system.token.get"
x-depal-signature
string 
required
sign the request data, refer to the signature document
Body Params application/json
channelCode
string 
optional
物流渠道编码
logisticNo
string 
optional
物流编码
Example
{
    "channelCode": "string",
    "logisticNo": "string"
}

Responses

🟢200OK
application/json
Body
code
string 
optional
状态码
msg
string 
optional
信息
data
array[object (TrackingItemResult) {3}] 
optional
数据
date
string 
optional
发生时间
event
string 
optional
事件编码
memo
string 
optional
备注信息
requestId
string 
optional
请求ID,方便问题跟踪
Example
{
    "code": "",
    "msg": "",
    "data": [
        {
            "date": "",
            "event": "",
            "memo": ""
        }
    ],
    "requestId": ""
}
Previous
取消订单
Next
Signature Rule
Built with