- 开发指南
- 登录授权
- 基础数据
- 公共
- 客户
- 商品
- 订单
- 退单
- 采购
- 库存
- 资金-收付款
- 常见问题与解答
- 开放接口-商家端-商家订单管理
销售退货入库单列表
GET
/invoicing-aggregation/in-storage/sell-bills
OpenApi-销售退货入库单相关接口
1、查询的时间范围不能超过3个月
请求参数
Query 参数
createTimeBegin
integer
可选
currentPage
integer
页码 默认值: 1
createTimeEnd
integer
可选
orderNums
array[string]
可选
pageSize
integer
必需
status
integer
可选
withContents
string
可选
modifyTimeBegin
integer
可选
modifyTimeEnd
integer
可选
Header 参数
access_token
string
必需
x-client-id
string
必需
返回响应
🟢200OK
application/json
Body
currentPage
integer <int32>
可选
items
array[object (OpenApi-销售退单信息) {21}]
可选
approveTime
integer
可选
approverId
integer <int64>
审核人ID
approverName
string
审核人姓名
billNum
string
单据号,唯一标识
billRemarks
array[object (OpenApi-出入库单据备注) {8}]
单据备注列表
contents
array[object (OpenApi-出入库单列表详情返回参数) {49}]
入库商品列表
createTime
integer
可选
modifyTime
integer
可选
creator
string
制单人名称
creatorId
integer <int64>
制单人ID
discardReason
string
作废原因
id
integer <int64>
id
orderNum
string
可选
sourceId
integer <int64>
可选
sourceName
string
入库来源名称
status
integer <int32>
可选
warehouseCode
string
入库仓库编码
warehouseId
integer <int64>
入库仓库
warehouseName
string
入库仓库名称
writeoffBillId
integer <int64>
可选
writeoffStatus
integer <int32>
可选
pageSize
integer <int32>
可选
totalCount
integer <int64>
可选
totalPage
integer <int64>
可选
示例
{
"currentPage": 0,
"items": [
{
"approveTime": 0,
"approverId": 0,
"approverName": "string",
"billNum": "string",
"billRemarks": [
{
"billId": 0,
"billNum": "string",
"content": "string",
"createTime": "2019-08-24T14:15:22Z",
"creator": "string",
"creatorId": 0,
"id": 0,
"modifyTime": "2019-08-24T14:15:22Z"
}
],
"contents": [
{
"auxCount": 0,
"auxUnitId": 0,
"auxUnitName": "string",
"barCode": "string",
"baseCount": 0,
"baseUnitId": 0,
"baseUnitName": "string",
"batchContents": [
{}
],
"billId": 0,
"billNum": "string",
"brandId": 0,
"categoryId": 0,
"code": "string",
"comboProduct": "string",
"costMoney": 0,
"costPrice": 0,
"costPriceAccessible": true,
"costPriceEditable": true,
"count": 0,
"countStripZeros": "string",
"id": 0,
"imgUrl": "string",
"inventoryId": 0,
"irObjects": {},
"name": "string",
"orderDetailId": 0,
"orderMoney": 0,
"orderMoneyAccessible": true,
"orderMoneyEditable": true,
"orderPrice": 0,
"orderPriceAccessible": true,
"orderPriceEditable": true,
"otherRemark": "string",
"purchaseNumbers": 0,
"remark": "string",
"salePrice": 0,
"shortCode": "string",
"skuId": 0,
"sortNum": 0,
"spec": "string",
"specValue": "string",
"spuId": 0,
"subtotal": 0,
"tagId": "string",
"unitId": 0,
"unitName": "string",
"unitRate": 0,
"weightAmount": 0,
"weightCount": 0
}
],
"createTime": 0,
"modifyTime": 0,
"creator": "string",
"creatorId": 0,
"discardReason": "string",
"id": 0,
"orderNum": "string",
"sourceId": 0,
"sourceName": "string",
"status": 0,
"warehouseCode": "string",
"warehouseId": 0,
"warehouseName": "string",
"writeoffBillId": 0,
"writeoffStatus": 0
}
],
"pageSize": 0,
"totalCount": 0,
"totalPage": 0
}
修改于 2024-01-26 03:31:41