文档
测试

销售单报表 月入出库单报表 销售单退货

POST
127.0.0.1:2021/admin_api/order/statement

接口描述

销售单报表 月入出库单报表 销售单退货

请求参数

参数名
类型
描述
必填
sw
模糊查询( order_no, mobile,receptor,recept_address,recept_address1,recept_address2,remark)
必填
platform_name
平台名称
必填
order_start
订单日期起始时间
必填
order_end
必填
recept_start
订单接受起始起始时间
必填
recept_end
订单日期接收结束时间
必填
status
1月度出库报表 2销售单报表 -1订单退货报表
必填

说明 / 示例

{ "code": 0, "msg": "", "data": { "count": 5, "totalPages": 1, "pageSize": 30, "currentPage": 1, "data": [ { "id": 2, //商品id "p_asin": "kl00003", //商品编号 "p_name": "电子成品", //商品名 "quantity": 1, //数量 "delivery_quantity": null, //发货数量 "price": 99, //总价 "order_no": "M2021092218284069630", //订单号 "p_price": null, //单价 "unit": null, //单位 "p_specifications": null //规格 }, { "id": 1, "p_asin": "kl00001", "p_name": "电子成品", "quantity": 1, "delivery_quantity": null, "price": 99, "order_no": "M20210001212", "p_price": 0, "unit": null, "p_specifications": "" }, { "id": 1, "p_asin": "kl00001", "p_name": "电子成品", "quantity": 1, "delivery_quantity": null, "price": 99, "order_no": "M20210001212", "p_price": 0, "unit": null, "p_specifications": "" }, { "id": 1, "p_asin": "kl00002", "p_name": "LL成品", "quantity": 1, "delivery_quantity": null, "price": 98, "order_no": "M20210001212", "p_price": 0, "unit": null, "p_specifications": "" }, { "id": 1, "p_asin": "kl00002", "p_name": "LL成品", "quantity": 1, "delivery_quantity": null, "price": 98, "order_no": "M20210001212", "p_price": 0, "unit": null, "p_specifications": "" } ] } }