/v1/product/list{
"operation": {
"method": "none"
}
}| 序号 | 字段 | 名称 | 类型 | 默认值 | 必填 | 描述 |
|---|---|---|---|---|---|---|
| 1 | start_index | start_index | string | 1 | 可选 | 第几页,默认 = 1 |
| 2 | count | count | string | 20 | 可选 | 每页记录数,默认 = 20 |
| 3 | start_time | start_time | string | {{LAST_SYNC_TIME|datetime}} | 可选 | 时间查询范围-开始日期,例如2019-06-01或者2019-06-01 19:00:00 |
| 4 | end_time | end_time | string | {{CURRENT_TIME|datetime}} | 可选 | 时间查询范围-结束日期,例如2019-08-27或者2019-08-27 19:00:00 |
| 5 | removed | removed | string | 0 | 可选 | 默认值: 0,设置=1时查询已删除的数据列表 |
| 序号 | 字段 | 名称 | 类型 | 默认值 | 必填 | 描述 |
|---|---|---|---|---|---|---|
| 1 | product_id | product_id | string | 1 | 可选 | 产品ID |
| 2 | product_no | product_no | string | 1 | 可选 | 产品编号 |
| 3 | name | name | string | 1 | 可选 | 产品名称 |
| 4 | group_id | group_id | string | 1 | 可选 | 产品分类ID |
| 5 | group_name | group_name | string | 1 | 可选 | 产品分类名称 |
| 6 | image | image | string | 1 | 可选 | 产品图片地址 |
| 7 | cost_with_tax | cost_with_tax | object | 1 | 可选 | 含税成本 |
| 8 | cost_currency | cost_currency | string | 1 | 可选 | 货币 |
| 9 | cost | cost | string | 1 | 可选 | 成本 |
| 10 | cost_unit | cost_unit | string | 1 | 可选 | 单位 |
| 11 | fob | fob | object | 1 | 可选 | 离岸价 |
| 12 | price_currency | price_currency | string | 1 | 可选 | 货币 |
| 13 | price_min | price_min | string | 1 | 可选 | 最小价格 |
| 14 | price_max | price_max | string | 1 | 可选 | 最大价格 |
| 15 | price_unit | price_unit | string | 1 | 可选 | 单位 |
| 16 | minimum_order_quantity | minimum_order_quantity | object | 1 | 可选 | 最小订货量 |
| 17 | quantity | quantity | string | 1 | 可选 | 货量 |
| 18 | quantity_unit | quantity_unit | string | 1 | 可选 | 单位 |
小满OKKICRM的接口:产品库列表查询_v1(/v1/product/list),由轻易云数据集成平台 API 资产管理模块整理收纳,并随小满OKKICRM版本更新同步更新。