Xportcn KA client
  1. AlibabaOrderController
Xportcn KA client
  • English version
    • API Reference
      • Basics
        • Get user address information
        • Address added and updated
      • Warehouse logistics
        • Please refer to the estimated overseas freight
        • Order overseas freight preview
        • Create international logistics orders
        • Update domestic logistics information
      • KA
        • Interface description flowchart
        • AlibabaProduct
          • AlibabaProductKeywordsQuery
          • AlibabaProductImageQuery
          • AlibabaProductCategory
          • AlibabaProductDetail
          • AlibabaProductFreightEstimateGet
          • AlibabaProductPoolList
        • AlibabaOrderController
          • Order list
            POST
          • Order Preview (The preview interface needs to be called before creating an order)
            POST
          • Create an order
            POST
          • Get order details
            POST
      • wms
        • Package forecasting
        • package inbound
        • package update
    • Product Documentation
      • Announcement
      • Summarize
      • Beginner's guide
        • Become a developer
        • Obtain the Access Key and Access key
        • Start development
      • API tutorial
        • Development manual
        • Error code
      • Message service access
        • Message access manual
      • Account test
        • 1688 Test account
      • Q&A
        • Merchandise store search screening
  1. AlibabaOrderController

Order list

POST
/alibaba/ka/order/page

Request

Header Params

Body Params application/json

Example
{
    "pageNum": 0,
    "pageSize": 0,
    "userIdList": [
        "string"
    ],
    "orderNo": "string",
    "tbOrderId": "string",
    "orderStatus": 0,
    "orderTimeBegin": {
        "mutable": true,
        "firstDayOfWeek": "SUNDAY",
        "timeZone": {
            "ID": "string"
        },
        "minimalDaysInFirstWeek": 0
    },
    "orderTimeEnd": {
        "mutable": true,
        "firstDayOfWeek": "SUNDAY",
        "timeZone": {
            "ID": "string"
        },
        "minimalDaysInFirstWeek": 0
    }
}

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 --request POST 'https://www.xportcn.com/api/alibaba/ka/order/page' \
--header 'access-key;' \
--header 'nonce-str;' \
--header 'timestamp;' \
--header 'user-id;' \
--header 'signature;' \
--header 'Content-Type: application/json' \
--data-raw '{
    "pageNum": 0,
    "pageSize": 0,
    "userIdList": [
        "string"
    ],
    "orderNo": "string",
    "tbOrderId": "string",
    "orderStatus": 0,
    "orderTimeBegin": {
        "mutable": true,
        "firstDayOfWeek": "SUNDAY",
        "timeZone": {
            "ID": "string"
        },
        "minimalDaysInFirstWeek": 0
    },
    "orderTimeEnd": {
        "mutable": true,
        "firstDayOfWeek": "SUNDAY",
        "timeZone": {
            "ID": "string"
        },
        "minimalDaysInFirstWeek": 0
    }
}'

Responses

🟢200成功
application/json
Body

Example
{
  "requestId": "",
  "code": 0,
  "developId": 0,
  "msg": "",
  "data": {
    "total": 0,
    "data": [
      {
        "id": 0,
        "developId": 0,
        "developEmail": "",
        "developerAlias": "",
        "flow": "",
        "orderNo": "",
        "tbOrderId": "",
        "shopPromotionId": "",
        "discount": 0,
        "productAmount": 0,
        "shippingFee": 0,
        "totalAmount": 0,
        "refundAmount": 0,
        "cargoParamList": "",
        "receiver": "",
        "subBuyerLoginId": "",
        "closeReason": "",
        "sellerLoginId": "",
        "warehouseAddressInfo": "",
        "isInvoice": 0,
        "invoiceId": 0,
        "tradeType": "",
        "payChannelCode": 0,
        "payStatus": 0,
        "orderStatus": 0,
        "refundStatus": 0,
        "orderJson": "",
        "message": "",
        "batchPayStatus": "",
        "financialPayFailureRemark": "",
        "userId": "",
        "userName": "",
        "staffName": "",
        "createTime": "",
        "payStatusKey": "",
        "platformOrder": 0,
        "orderType": 0,
        "contractOrderStatus": 0,
        "tbCreateTime": "",
        "orderDetailInfoVOS": [
          {
            "id": 0,
            "orderId": 0,
            "subTbOrderId": "",
            "productId": "",
            "name": "",
            "quantity": 0.0,
            "unit": "",
            "skuId": 0,
            "specId": "",
            "itemAmount": 0,
            "price": 0,
            "refund": 0,
            "status": 0,
            "skuInfos": "",
            "payTime": "",
            "dealSuccessTime": "",
            "deliverGoodsTime": "",
            "productImgUrl": "",
            "productSnapShotUrl": "",
            "createTime": "",
            "productNo": "",
            "container": "",
            "bizStatus": 0
          }
        ]
      }
    ],
    "code": 0,
    "msg": ""
  }
}
Modified at 2025-09-15 12:15:51
Previous
AlibabaProductPoolList
Next
Order Preview (The preview interface needs to be called before creating an order)
Built with