- 开发指南
- 登录授权
- 基础数据
- 公共
- 客户
- 商品
- 订单
- 退单
- 采购
- 库存
- 资金-收付款
- 常见问题与解答
- 开放接口-商家端-商家订单管理
采购订单列表
POST
/order-aggregation/organizations/purchase-orders/search
开放接口-采购订单
请求参数
Header 参数
access_token
string
必需
x-client-id
string
必需
Body 参数application/json
开放接口采购订单查询参数
createTimeBegin
number
可选
createTimeEnd
number
可选
currentPage
integer <int32>
页码,默认1
modifyTimeBegin
number
可选
modifyTimeEnd
number
可选
orderAuditTimeBegin
number
可选
orderAuditTimeEnd
number
可选
orderCodes
array[string]
可选
orderStatus
array[string]
可选
枚举值:
ORDER_AUDIT_PENDINGAUDITEDFINISHEDCANCELLED
pageSize
integer <int32>
可选
sellerIds
array[integer <int64>]
可选
withAttachments
boolean
可选
withDetails
boolean
可选
withRemarks
boolean
可选
示例
{
"createTimeBegin": 0,
"createTimeEnd": 0,
"currentPage": 0,
"modifyTimeBegin": 0,
"modifyTimeEnd": 0,
"orderAuditTimeBegin": 0,
"orderAuditTimeEnd": 0,
"orderCodes": [
"string"
],
"orderStatus": [
"ORDER_AUDIT_PENDING"
],
"pageSize": 0,
"sellerIds": [
0
],
"withAttachments": true,
"withDetails": true,
"withRemarks": true
}
返回响应
🟢200OK
application/json
Body
currentPage
integer <int32>
可选
items
array[object (开放接口-详细采购订单信息) {35}]
可选
addressDetail
string
收货地址-详细地址
buyer
object (开放接口-机构信息)
可选
cityId
integer <int64>
可选
contactName
string