批量新增基础商品.md 1.27 KB

1、批量新增基础商品

批量新增基础商品(/batch/importSeller)

请求参数

参数名称 参数类型 可否为空 示例 备注
brandId int 248 品牌的ID号
shopsId int 792 店铺的ID号
userId int 101098 登陆账号ID
file excel file
type String sellerProductImport sellerProductImport 固定写死
sellType int 2 经营模式 2代表代销入库 3代表JIT代销不入库

注意,通用的头部没有列出。
请求示例 http://127.0.0.1:8088/platform/batch/importSeller

请求样例数据

请求样例:

正常返回:
{
  "code": 200,
  "data": {
    "successList": [],
    "failFileReason": [                           // 如果此列表有值代表校验不通过 
      "第2行:条码[ABC121**112]重复;",
      "第3行:性别,价格,货品名称,分类,年龄层,货品年,货品季出现不一致;"
    ]
  },
  "message": "处理成功"
}

2、下载批量新增基础商品模板

批量新增基础商品(/exceltemplate/download/CreateProductForShops)

请求参数

无,使用get方法直接请求

请求示例 http://127.0.0.1:8088/platform/exceltemplate/download/CreateProductForShops

响应: 通用文件下载