1. 1688-API调试
大吉开放平台 API
  • 大吉开放平台API
    • 产品文档
      • 平台概述
      • 成为开发者
      • Access Key和Access 密钥
      • 接口签名规则(sign)
      • 1688 API 说明
      • Taobao API 说明
      • 常见问题
    • 1688-API
      • 1688 商机
        • 查询榜单列表
        • 查询商品每日销售趋势
      • 1688 订单管理
        • 预览订单
        • 创建订单
        • 取消订单
        • 确认收货
        • 查询订单详情
        • 查询订单列表
      • 1688 其他接口
        • 多语言搜索导航
      • 1688 订单支付
        • 批量获取订单的支付链接
        • 发起免密支付
      • 1688 商品搜索
        • 上传图片获取imageId
        • 图片搜索
        • 关键词搜索
        • 商品详情搜索
        • 店铺搜索
        • 商品运费查询
        • 类目查询
        • 商品详情搜索-支持短链
      • 1688-API调试
        • 1688 签名&枚举
        • 上传图片获取imageId
        • 图片搜索
        • 关键词搜索
        • 商品详情搜索
        • 店铺搜索
        • 商品运费查询
        • 类目查询
        • 商品详情搜索-支持短链
        • 查询榜单列表
        • 查询商品每日销售趋势
        • 预览订单
        • 创建订单
        • 取消订单
        • 确认收货
        • 查询订单详情
        • 查询订单列表
        • 批量获取订单的支付链接
        • 发起免密支付
        • 多语言搜索导航
        • 1688 交易消息
        • 1688消息-签名验证
        • 1688 API
    • Taobao-API
      • Taobao-Tmall-API
        • Taobao/Tmall 签名&枚举
        • 上传图片
        • 图片搜索V1.0
        • 图片搜索V2.0
        • 关键词搜索
        • 店铺搜索
        • 商品详情搜索
        • 榜单类型搜索
        • 榜单商品搜索
        • 商品运费查询
        • 商品详情搜索-支持短链
        • 批量商品运费查询
        • 商品详情搜索V2
        • 商品运费查询 V2
        • 批量商品运费查询 V2
        • 撞库接口
        • 预览商品
        • 创建订单
        • 取消订单
        • 查询订单
        • 支付订单
        • 订单消息
        • 订单消息-签名验证
        • Taobao / Tmall API
      • Taobao API调试
        • Tmall 订单管理
          • 撞库接口
          • 预览商品
          • 创建订单
          • 取消订单
          • 查询订单
        • Tmall 订单支付
          • 支付订单
        • Tmall 商品搜索
          • 上传图片
          • 图片搜索V1.0
          • 图片搜索V2.0
          • 关键词搜索
          • 店铺搜索
          • 商品详情搜索V2
          • 榜单类型搜索
          • 榜单商品搜索
          • 商品运费查询 V2
          • 商品详情搜索-支持短链
          • 批量商品运费查询 V2
    • Poizon-API
      • Poizon 关键词搜索
      • Poizon 商品详情
      • Poizon API调试
        • 得物商品搜索
          • Poizon 关键词搜索
          • Poizon 商品详情
  1. 1688-API调试

查询订单列表

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-07-31 07:54:46
上一页
查询订单详情
下一页
批量获取订单的支付链接
Built with