Ti订单分页查询
GET
TiOrderService/page
请求参数
参数名
类型
描述
必填
current
int
页数
必填
size
int
条数
必填
orderNumber
String
订单号
可选
orderStatus
String
订单状态 0-失败 1-成功
可选
startDate
String
制单查询起始时间(yyyy-MM-dd)
可选
endDate
String
制单查询结束时间(yyyy-MM-dd)
可选
响应参数
参数名
类型
描述
必填
orderNumber
string
订单号
必填
successLineItemQuantity
int
成功项目行数
必填
orderAmount
int
订单总价
必填
purchaseQuantity
int
购买数量
必填
deliveryQuantity
int
交货数量
必填
lineItemQuantity
int
行项目数
必填
failLineItemQuantity
int
失败项目行数
必填
orderDate
string
制单日期
必填
undeliveredQuantity
int
未交货量
必填
customerPurchaseOrderNumber
string
用户自定义订单号
必填