1. 1688-API
Daji Open Platform API
  • Introduction
    • Integration Guide
      • Platform Overview
      • Become a developer
      • Access Key and Access Secret
      • API Signature Rules (Sign)
      • 1688 API Description
      • Taobao API Description
      • Frequently Asked Question
  • API Specification
    • 1688 API
      • 1688 Signature & Enumeration
      • 1688-API
        • 1688 Signature & Enum
        • Upload image to get imageId
        • Image Search
        • Keyword Search
        • Product Detail Search
        • Shop Search
        • Product Shipping Query
        • Category Query
        • Product Detail Search - supports short links
        • Query Ranking List
        • Query Daily Product Sales Trend
        • Preview Order
        • Create Order
        • Cancel Order
        • Confirm Receipt
        • Query Order Detail
        • Query Order List
        • Batch Get Order Payment Links
        • Initiate Password-free Payment
        • Multilingual Search Navigation
        • 1688 Trade Message
        • 1688 Message - Signature Verification
      • 1688 API Debugging
        • 1688 Business Opportunity
          • Query Ranking List
          • Query Daily Product Sales Trend
        • 1688 Product Search
          • Upload image to get imageId
          • Image Search
          • Keyword Search
          • Shop Search
          • Product Shipping Query
          • Category Query
          • Product Detail Search - supports short links
          • Product Detail Search
        • 1688 Order Manage
          • Create Order
          • Preview Order
          • Cancel Order
          • Confirm Receipt
          • Query Order List
          • Query Order Detail
        • 1688 Order Pay
          • Initiate Password-free Payment
          • Get payment links for orders in batches
        • Other API
          • Multilingual Search Navigation
      • 1688 Message Service
        • 1688 Message Service
        • 1688 Messages – Signature Verification
    • Taobao / Tmall API
      • Taobao-Tmall-API
        • Taobao/Tmall Signature & Enum
        • Upload Image
        • Image Search V1.0
        • Image Search V2.0
        • Keyword Search
        • Shop Search
        • Product Detail Search
        • Ranking Type Search
        • Ranking Product Search
        • Product Shipping Query
        • Product Detail Search - supports short links
        • Batch Product Shipping Query
        • Product Detail Search V2
        • Product Shipping Query V2
        • Batch Product Shipping Query V2
        • Matching API
        • Preview Product
        • Create Order
        • Cancel Order
        • Query Order
        • Pay Order
        • Order Message
        • Order Message - Signature Verification
      • Taobao/Tmall API Debugging
        • Taobao / Tmall Order Manage
          • Product ID Mapping
          • Product Preview
          • Create Order
          • Cancel Order
          • Query Order
        • Taobao / Tmall Order Pay
          • Batch Order Pay
        • Taobao / Tmall Product Search
          • Image upload By Get
          • Image Search V1.0
          • Image Search V2.0
          • Keyword Product Search
          • Shop Search
          • Product Detail Search V2
          • Ranking Type Search
          • Ranking Product Search
          • Product Shipping Query V2
          • Product Detail Search - supports short links
          • Batch Product Shipping Query V2
    • Poizon API
      • Poizon Product Search
        • Keyword Search
        • Product Detail
      • Poizon Order Manage
        • Create order & Payment API
        • Query Order Info
      • Poizon Balance Query API
        • Balance Query API
中文
Login In/Register
  1. 1688-API

Query Order List

OpenAPI Specification#

openapi: 3.0.1
info:
  title: ''
  description: ''
  version: 1.0.0
paths:
  /alibaba/trade/getBuyerOrderList:
    post:
      summary: 查询订单列表
      deprecated: false
      description: 获取买家的订单列表
      tags:
        - 接口说明/1688 API/1688 订单管理
      parameters: []
      requestBody:
        content:
          application/json:
            schema:
              type: object
              properties:
                appKey:
                  type: string
                  description: 大吉平台appKey
                appSecret:
                  type: string
                  description: 秘钥,仅调试使用,正式用sign签名
                createStartTime:
                  type: string
                  description: 下单开始时间,示例:20180802211113000+0800
                createEndTime:
                  type: string
                  description: 下单结束时间,示例:20180802211113000+0800
                orderStatus:
                  type: string
                  description: >-
                    订单状态,值有 success, cancel(交易取消,违约金等交割完毕),
                    waitbuyerpay(等待卖家付款), waitsellersend(等待卖家发货),
                    waitbuyerreceive(等待买家收货 )
                outOrderId:
                  type: string
                  description: 外部订单号
                productName:
                  type: string
                  description: 商品名称
                page:
                  type: integer
                  description: 查询分页页码,从1开始
                pageSize:
                  type: integer
                  description: 最多20条
              required:
                - appKey
                - appSecret
                - createStartTime
                - createEndTime
                - orderStatus
                - page
                - pageSize
              x-apifox-orders:
                - appKey
                - appSecret
                - createStartTime
                - createEndTime
                - orderStatus
                - outOrderId
                - productName
                - page
                - pageSize
            example:
              appKey: ''
              appSecret: ''
              createStartTime: 20250702211113000+0800
              createEndTime: 20250902211113000+0800
              orderStatus: success
              outOrderId: ''
              productName: ''
              page: 1
              pageSize: 1
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                type: object
                properties:
                  code:
                    type: integer
                  message:
                    type: string
                  data:
                    type: object
                    properties:
                      result:
                        type: array
                        items:
                          type: object
                          properties:
                            guaranteesTerms:
                              type: 'null'
                            internationalLogistics:
                              type: 'null'
                            nativeLogistics:
                              type: object
                              properties:
                                address:
                                  type: string
                                area:
                                  type: string
                                areaCode:
                                  type: string
                                city:
                                  type: string
                                contactPerson:
                                  type: string
                                fax:
                                  type: 'null'
                                mobile:
                                  type: 'null'
                                province:
                                  type: string
                                telephone:
                                  type: 'null'
                                zip:
                                  type: string
                                logisticsItems:
                                  type: 'null'
                                townCode:
                                  type: 'null'
                                town:
                                  type: 'null'
                                caid:
                                  type: 'null'
                                realLogisticsCompanyNo:
                                  type: 'null'
                              required:
                                - address
                                - area
                                - areaCode
                                - city
                                - contactPerson
                                - fax
                                - mobile
                                - province
                                - telephone
                            
修改于 2026-08-18 10:12:01
上一页
Query Order Detail
下一页
Batch Get Order Payment Links
Built with