- 开发指南
- 登录授权
- 基础数据
- 公共
- 客户
- 商品
- 订单
- 退单
- 采购
- 库存
- 资金-收付款
- 常见问题与解答
- 开放接口-商家端-商家订单管理
订单审核
POST
/order-aggregation/organizations/orders
开放接口-订单
请求参数
Header 参数
access_token
string
必需
x-client-id
string
必需
Body 参数application/json
ids
array[integer]
必需
示例
{
"currentPage": 10,
"withOtherInfo": false,
"withDetails": false,
"createTimeEnd": 880555168408,
"buyerIds": [
38,
32
],
"pageSize": 81,
"orderCodes": [
"40",
"53"
],
"withRemarks": true,
"sort": "labore nisi",
"modifyTimeEnd": 1416253288895,
"createTimeBegin": 1571577315942,
"orderStatus": [
"ALLOTMENT_IN_CANCELLED",
"SUPERIOR_AUDIT_PENDING"
],
"modifyTimeBegin": 535816562634,
"withIrObjects": false
}
返回响应
🟢200OK
application/json
Body
ids
array[integer]
订单id
示例
{
"ids": [
0
]
}
修改于 2024-07-05 02:49:46