序言
开放数据和仓储的接口开发文档
- 开放数据接口
- 序言
- 约定
- 算法及过滤特殊字符
- 接口方法
- sales.getList 查询销售单信息(根据销售单创建时间)
- aftersales.getList 查询售后单信息(根据售后单创建时间)
- iostock.getList 查询出入库明细
- po.add 新建采购单
- transfer.add 创建出入单
- pkg.getList 查询捆绑商品信息
- stock.getAll 商品库存查询接口
- stock.getDetailList 仓库库存查询接口
- po.getList 采购单查询接口
- invoice.getList 发票列表
- invoice.update 更新纸质发票的打印信息
- goods.getList 批量获取商品信息
- delivery.getList 批量获取发货单信息
- goods.add 添加商品接口
- sales.getSalesAmount 获取销售单统计数据
- purchasereturn.getList 获取采购退货单数据
- purchasereturn.add 新建采购退货单
- goods.edit 商品编辑
- appropriation.add 新建调拨单
- basicmaterial.add添加基础物料
- basicmaterial.edit编辑基础物料
- basicmaterial.getList获取基础物料
- salesmaterial.add添加销售物料
- salesmaterial.edit编辑销售物料
- salesmaterial.getList获取销售物料
- appropriation.getList 调拨单信息和出入库明细列表
- transfer.getList 调拨单信息和出入库明细列表
- 仓储接口