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

订单详情

POST
/openapi/1/{appKey}/1688.order.detail

Request

Path Params

Header Params

Body Params application/json

Example
{
    "orderId": "string",
    "includeFields": "string"
}

Responses

🟢200OK
application/json
Body

Example
{
    "code": "",
    "msg": "",
    "data": {
        "orderId": "",
        "outOrderId": "",
        "status": "",
        "cancelType": "",
        "cancelMemo": "",
        "createTime": "",
        "updateTime": "",
        "payTime": "",
        "productTotalAmount": "",
        "freightTotalAmount": "",
        "serviceTotalAmount": "",
        "orderItemList": [
            {
                "productId": 0,
                "skuId": "",
                "quantity": 0,
                "price": "",
                "amount": "",
                "productName": "",
                "skuAttributeNames": [
                    ""
                ]
            }
        ],
        "feeList": [
            {
                "id": "",
                "code": "",
                "createTime": "",
                "amount": "",
                "currency": "",
                "rate": "",
                "memo": "",
                "isPayed": false,
                "payTime": ""
            }
        ],
        "logisticsList": [
            {
                "deliveredDate": "",
                "goodsInfo": "",
                "goodsInfoNames": "",
                "channelCode": "",
                "logisticNo": ""
            }
        ]
    },
    "requestId": ""
}
Previous
提交订单
Next
取消订单
Built with