POST api/TencentStore/getOrderLogistics

拉取订单物流跟踪

请求的信息

URI参数

None.

Body参数

getStoreOrderLogisticsCondition
名称描述类型其它信息
orderId

订单号

string

None.

orderType

订单类型 1:到店自取订单2:急速配送订单 3:普通配送订单

integer

None.

请求格式

application/json, text/json

Sample:
{
  "orderId": "sample string 1",
  "orderType": 2
}

application/x-www-form-urlencoded

Sample:

Sample not available.

响应信息

资源描述

CustomJsonResultOfgetStoreOrderLogisticsResult
名称描述类型其它信息
Content

getStoreOrderLogisticsResult

None.

响应格式

application/json, text/json

Sample:
{
  "content": {
    "$id": "2",
    "third_source": "sample string 1",
    "code": 1,
    "message": "sample string 2",
    "open_order_id": "sample string 3",
    "third_order_id": "sample string 4",
    "third_logistics_id": "sample string 5",
    "third_logistics_company": "sample string 6",
    "logistics": [
      {
        "$id": "3",
        "index": "sample string 1",
        "time": "sample string 2",
        "ftime": "sample string 3",
        "context": "sample string 4"
      },
      {
        "$ref": "3"
      },
      {
        "$ref": "3"
      }
    ],
    "state": "sample string 7"
  }
}