Update addSellerProduct.md
Showing
1 changed file
with
19 additions
and
17 deletions
@@ -5,21 +5,21 @@ | @@ -5,21 +5,21 @@ | ||
5 | #### 请求参数 | 5 | #### 请求参数 |
6 | | 参数名称 | 参数类型 | 可否为空 | 示例 | 备注 | | 6 | | 参数名称 | 参数类型 | 可否为空 | 示例 | 备注 | |
7 | |:-------| -----:|-----:|-----:|----:| | 7 | |:-------| -----:|-----:|-----:|----:| |
8 | -|productName|string|是|商品名称|名称| | ||
9 | -|brandId|int|是|22|品牌的ID号| | ||
10 | -|maxSortId|int|是|1|一级品类的Id| | ||
11 | -|middleSortId|int|是|22|二级品类的ID| | ||
12 | -|smallSortId|int|是|33|三级品类的ID| | ||
13 | -|gender|string|是|1|1代表男 2代表女 3代表通用| | 8 | +|productName|string|否|商品名称|名称| |
9 | +|brandId|int|否|22|品牌的ID号| | ||
10 | +|maxSortId|int|否|1|一级品类的Id| | ||
11 | +|middleSortId|int|否|22|二级品类的ID| | ||
12 | +|smallSortId|int|否|33|三级品类的ID| | ||
13 | +|gender|string|否|1|1代表男 2代表女 3代表通用| | ||
14 | |factoryCode|string|是|厂家编码|厂家编码| | 14 | |factoryCode|string|是|厂家编码|厂家编码| |
15 | -|retailPrice|double|是|188.00|吊牌价| | ||
16 | -|salesPrice|double|是|188.00|销售价| | ||
17 | -|goodsYears|int|是|2018|商品年| | ||
18 | -|phrase|string|否|卖点|卖点| | ||
19 | -|goodsSeason|int|是|1|货品季 1代表春 2夏 3秋 4冬 5春夏 6秋冬| | ||
20 | -|ageLevel|string|是|1|年龄层1成人2大童3小童 4中童 5幼童 多选用单竖线分隔 | | ||
21 | -|seasons|string|是|spring|是|适销季spring春秋summer夏 winter冬 seasons四季| | ||
22 | -|sellerGoodsInfoStr|string|是|商品信息|json串|商品颜色尺码列表| | 15 | +|retailPrice|double|否|188.00|吊牌价| |
16 | +|salesPrice|double|否|188.00|销售价| | ||
17 | +|goodsYears|int|否|2018|商品年| | ||
18 | +|phrase|string|是|卖点|卖点| | ||
19 | +|goodsSeason|int|否|1|货品季 1代表春 2夏 3秋 4冬 5春夏 6秋冬| | ||
20 | +|ageLevel|string|否|1|年龄层1成人2大童3小童 4中童 5幼童 多选用单竖线分隔 | | ||
21 | +|seasons|string|否|spring|是|适销季spring春秋summer夏 winter冬 seasons四季| | ||
22 | +|sellerGoodsInfoStr|string|否|商品信息|json串|商品颜色尺码列表| | ||
23 | 23 | ||
24 | 24 | ||
25 | 25 | ||
@@ -29,9 +29,11 @@ | @@ -29,9 +29,11 @@ | ||
29 | | 参数名称 | 参数类型 | 可否为空 | 示例 | 默认值 | 备注 | | 29 | | 参数名称 | 参数类型 | 可否为空 | 示例 | 默认值 | 备注 | |
30 | |:-------| -----:|-----:|-----:|-----:|----:| | 30 | |:-------| -----:|-----:|-----:|-----:|----:| |
31 | |factoryCode|string|是|款型编码|编码| | 31 | |factoryCode|string|是|款型编码|编码| |
32 | -|factoryGoodsName|string|是|亚红色|颜色展示名称| | ||
33 | -|goodsName|string|是|红色|色系名称| | ||
34 | -|colorId|int|是|22|色系ID| | 32 | +|factoryGoodsName|string|否|亚红色|颜色展示名称| |
33 | +|goodsName|string|否|红色|色系名称| | ||
34 | +|colorId|int|否|22|色系ID| | ||
35 | +|isDefault|string|否|Y|是否主推,不是则传N| | ||
36 | +|goodsColorImage|string|否|图片的url|图片的绝对路径| | ||
35 | |goodsSizeList|string|是|JSON串|当前颜色下面尺码列表json| | 37 | |goodsSizeList|string|是|JSON串|当前颜色下面尺码列表json| |
36 | 38 | ||
37 | 39 |
-
Please register or login to post a comment