jushuitan.saleout.list.query{
"operation": {
"method": "none"
}
}| 序号 | 字段 | 名称 | 类型 | 默认值 | 必填 | 描述 |
|---|---|---|---|---|---|---|
| 1 | page_index | 页数 | string | 1 | 可选 | 第几页,从第一页开始,默认1 |
| 2 | page_size | 每页行数 | string | 25 | 可选 | 每页多少条,默认25,最大25 |
| 3 | start_time | 修改开始时间 | string | {{LAST_SYNC_TIME|datetime}} | 可选 | 修改起始时间,和结束时间必须同时存在,时间间隔不能超过七天,与线上单号不能同时为空 |
| 4 | end_time | 修改结束时间 | string | {{CURRENT_TIME|datetime}} | 可选 | 修改结束时间,和起始时间必须同时存在,时间间隔不能超过七天,与线上单号不能同时为空 |
| 5 | status | 单据状态 | string | Confirmed | 可选 | 单据状态: WaitConfirm=待出库; Confirmed=已出库; Cancelled=作废 |
| 6 | wms_co_id | 分仓编号 | int | — | 可选 | 分仓编号 |
| 7 | shop_id | 店铺编号 | int | — | 可选 | 店铺编号 |
| 8 | so_ids | 线上单号 | string | — | 可选 | 线上单号列表,与修改时间不能同时为空 |
| 9 | o_ids | 内部单号列表 | int | — | 可选 | 内部单号列表,与修改时间不能同时为空 |
| 10 | io_ids | 销售出库单号 | string | — | 可选 | 销售出库单号列表,与修改时间不能同时为空 |
| 11 | date_type | 时间类型 | int | — | 可选 | 时间类型 默认0 0=修改时间 ; 1=制单日期; 2=出库时间 |
| 序号 | 字段 | 名称 | 类型 | 默认值 | 必填 | 描述 |
|---|---|---|---|---|---|---|
| 1 | outer_oi_id | 子订单号 | string | — | 可选 | 商家系统订单商品明细主键,为了拆单合单时溯源,最长不超过50,保持唯一 |
| 2 | co_id | 公司编号 | string | — | 可选 | 公司编号 |
| 3 | shop_id | 店铺编号 | string | — | 可选 | 店铺编号 |
| 4 | io_id | 出库单号 | string | — | 可选 | 出库单号 |
| 5 | created | 创建时间 | datetime | — | 可选 | 创建时间 |
| 6 | status | 状态 | string | — | 可选 | 状态;Archive:归档,WaitConfirm:待出库,Confirmed:已出库,Cancelled:取消,Delete:作废,OuterConfirming:外部发货中 |
| 7 | order_type | 单据类型 | string | — | 可选 | 单据类型 |
| 8 | invoice_title | 发票抬头 | string | — | 可选 | 发票抬头 |
| 9 | receiver_address | 地址 | string | — | 可选 | 地址 |
| 10 | receiver_name | 收件人姓名 | string | — | 可选 | 收件人姓名 |
| 11 | receiver_phone | 收件人手机 | string | — | 可选 | 收件人手机 |
| 12 | is_cod | 是否货到付款 | string | — | 可选 | 是否货到付款 |
| 13 | pay_amount | 应付金额 | float | — | 可选 | 应付金额 |
| 14 | l_id | 物流单号 | string | — | 可选 | 物流单号 |
| 15 | io_date | 出库时间 | datetime | — | 可选 | 出库时间 |
| 16 | paid_amount | 实付金额 | float | — | 可选 | 实付金额 |
| 17 | freight | 运费 | float | — | 可选 | 运费 |
| 18 | f_weight | 实称重量 | string | — | 可选 | 实称重量 |
| 19 | items | 商品集合 | array | — | 可选 | 商品集合 |
| 19.1 | ioi_id | 子单号 | string | — | 可选 | 子单号 |
| 19.2 | sku_id | 商品编码 | string | — | 可选 | 商品编码 |
| 19.3 | is_gift | 是否赠品 | string | — | 可选 | 是否赠品 |
| 19.4 | i_id | 款式编码 | string | — | 可选 | 款式编码 |
| 19.5 | unit | 商品单位 | string | — | 可选 | 商品单位 |
| 19.6 | oi_id | 订单的子订单号 | string | — | 可选 | 订单的子订单号 |
| 19.7 | pic | 图片 | string | — | 可选 | 图片 |
| 19.8 | qty | 数量 | float | — | 可选 | 数量 |
| 19.9 | name | 商品名称 | string | — | 可选 | 商品名称 |
| 19.10 | sale_price | 单价 | float | — | 可选 | 单价 |
| 19.11 | sale_amount | 金额 | float | — | 可选 | 金额 |
| 19.12 | sale_base_price | 原价 | float | — | 可选 | 原价 |
| 19.13 | batch_no | 批号 | string | — | 可选 | 批号 |
| 19.14 | product_date | 生产日期 | string | — | 可选 | 生产日期 |
| 19.15 | expiration_date | 有效期至 | string | — | 可选 | 有效期至 |
| 20 | batchs | 批次集合 | array | — | 可选 | 批次集合 |
| 20.1 | batch_no | 批次号 | string | — | 可选 | 批次号 |
| 20.2 | i_id | 款式编码 | string | — | 可选 | 款式编码 |
| 20.3 | qty | 数量 | float | — | 可选 | 数量 |
| 20.4 | expiration_date | 有效期至 | datetime | — | 可选 | 有效期至 |
| 20.5 | sale_price | 单价 | float | — | 可选 | 单价 |
| 20.6 | sku_id | 商品编码 | string | — | 可选 | 商品编码 |
| 20.7 | supplier_id | 供应商聚水潭内码 | int | — | 可选 | 供应商聚水潭内码 |
| 20.8 | product_date | 批次日期 | datetime | — | 可选 | 批次日期 |
| 20.9 | sale_base_price | 原价 | float | — | 可选 | 原价 |
| 20.10 | sale_amount | 金额 | float | — | 可选 | 金额 |
| 20.11 | supplier_name | 供应商名称 | string | — | 可选 | 供应商名称 |
| 21 | sns | 唯一码集合 | array | — | 可选 | 唯一码集合 |
| 21.1 | sn | 唯一码 | string | — | 可选 | 唯一码 |
| 22 | pay_date | 支付时间 | datetime | — | 可选 | 支付时间 |
| 23 | code | 错误码 | string | — | 可选 | 错误码 |
| 24 | so_id | 线上单号 | string | — | 可选 | 线上单号 |
| 25 | wms_co_id | 分仓编号 | string | — | 可选 | wms_co_id |
| 26 | buyer_message | 买家留言 | string | — | 可选 | 买家留言 |
| 27 | remark | 卖家备注 | string | — | 可选 | 卖家备注 |
| 28 | labels | 标记|多标签 | string | — | 可选 | 标记|多标签 |
| 29 | drp_co_id_from | 分销商编号 | string | — | 可选 | 分销商编号 |
| 30 | batch_qty | 批次数量 | string | — | 可选 | 批次数量 |
聚水潭·奇门的接口:销售出库单查询V3.0(jushuitan.saleout.list.query),由轻易云数据集成平台 API 资产管理模块整理收纳,并随聚水潭·奇门版本更新同步更新。