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