English
Product Documentation1688 APITaobao/Tmall APIPoizon API
Product Documentation1688 APITaobao/Tmall APIPoizon API
中文
  1. Dewu Order Manage
  • Dewu Product Search
    • Keyword Search
      GET
    • Product Detail
      GET
  • Dewu Order Manage
    • Create order & Payment API
      POST
    • Query Order Info
      POST
  • Dewu Balance Query API
    • Balance Query API
      GET
  1. Dewu Order Manage

Query Order Info

POST
/poizon/order/queryOrderList

Request

Body Params application/jsonRequired

Example
{
  "appKey": "",
  "appSecret": "",
  "customerOrderNo": [
    "OA00835379"
  ]
}

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location 'https://openapi.dajisaas.com/poizon/order/queryOrderList' \
--header 'Content-Type: application/json' \
--data '{
  "appKey": "",
  "appSecret": "",
  "customerOrderNo": [
    "OA00835379"
  ]
}'

Responses

🟢200成功
application/json
Bodyapplication/json

Example
{
    "msg": "success",
    "code": 200,
    "data": {
        "total": 1,
        "orderList": [
            {
                "maxQuantity": 1,
                "dwSkuId": "620516702",
                "distSubOrderNo": "913033-OA00835379_1",
                "distOrderNo": "913033-OA00835379",
                "orderStatus": "SELLER_PENDING_SHIP",
                "distSkuId": "379a2694-8ff9-47c6-9e9c-2de3c536511e",
                "userName": "张三A212789",
                "userId": "18820777181",
                "carrier": "",
                "modifyTime": 1779172720000,
                "trackingNo": "",
                "createTime": 1779172708000,
                "id": 835379,
                "customerOrderNo": "OA00835379"
            }
        ]
    },
    "status": 200
}
Modified at 2026-05-19 07:06:28
Previous
Create order & Payment API
Next
Balance Query API
Built with