报表销量开放接口(含仓库)
POST
请求地址/router
系统相关界面
请求地址
请求头
参数名
类型
描述
必填
Content-Type
String
application/x-www-form-urlencoded;charset=UTF-8
必填
API接口地址
参数名
类型
描述
必填
method
String
erp.report.sale.sku.statistic.warehouse.query
必填
请求参数
参数名
类型
描述
必填
startTime
Date
开始时间(精确到日),格式yyyy-MM-dd HH:mm:ss
必填
endTime
Date
结束时间(精确到日),格式yyyy-MM-dd HH:mm:ss
必填
timeType
String
订单数据维度:consign 已发货/ pay 已付款
必填
scalping
integer
是否排除空单:1是/ 0否
必填
pageSize
integer
分页大小 1-200
必填
pageNo
integer
页码
必填
请求示例
响应参数
参数名
类型
描述
必填
list
arrayList
对象数组
必填
total
Long
总数
必填
list数据结构
参数名
类型
描述
必填
date
Date
日期
必填
sysItemId
Long
商品ID
必填
sysSkuId
Long
skuID
必填
itemOuterId
String
主商家编码
必填
skuOuterId
String
规格商家编码
必填
saleCount
Integer
销量
必填
warehouseId
Long
仓库ID
必填
shopId
Long
店铺ID
必填
totalFee
double
销售总额(包含优惠)
必填
postFeeInDutch
double
运费收入
必填
saleMoney
double
实付金额
必填