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