Get Pack Receipt Status

  • 获取国内物流收货状态

Request

  • Path: oms/packreceipt/status
  • Method: GET
  • Header:
    • Authorization: Basic c2FiZXI6c2FiZXJfc2VjcmV0
    • Blade-Auth: access_token
  • Supported query params
    • shipNo: 国内快递单号
  • Example: http://api.q9610.com/oms/oms/packreceipt/status?shipNo=YT5068554543655

Response

  • Response body example:
1
2
3
4
5
6
{
"code": 200,
"success": true,
"data": "已收货 | 未收货",
"msg": "操作成功"
}