accessToken: ********************{
"goodsType": 10,
"multiGoodsInfo": {
"goodsName": "测试商品多规格",
"goodsIntro": "测试商品多规格",
"goodsLabelList": [
"自定义标签1",
"自定义标签2"
],
"goodsPicList": [
"/up/2008/30_ld/25/2d5f/lrqr8.png"
],
"goodsCategoryId": 0,
"dimensionList": [
{
"dimensionName": "颜色",
"dimensionValue": [
{
"dimensionValueName": "红色"
},
{
"dimensionValueName": "黄色"
},
{
"dimensionValueName": "蓝色"
}
]
},
{
"dimensionName": "尺码",
"dimensionValue": [
{
"dimensionValueName": "S"
},
{
"dimensionValueName": "M"
},
{
"dimensionValueName": "L"
}
]
}
],
"skuGoodsProperties": [
{
"goodsPicList": [
"/up/2008/30_ld/25/bd49/m2w7n.png"
],
"costPrice": 890,
"groupBuyPrice": 990,
"originalPrice": 1990,
"commissionPercent": 10,
"totalStock": 100,
"goodsNo": "",
"supplyPrice": 123,
"dimensionInfoList": [
{
"dimensionName": "颜色",
"dimensionValue": "红色"
},
{
"dimensionName": "尺码",
"dimensionValue": "S"
}
]
},
{
"goodsPicList": [
"https://res0.shangshi360.com/up/2008/30_ld/25/bd49/m2w7n.png"
],
"costPrice": 890,
"groupBuyPrice": 980,
"originalPrice": 1990,
"commissionPercent": 10,
"totalStock": 100,
"goodsNo": "",
"dimensionInfoList": [
{
"dimensionName": "颜色",
"dimensionValue": "黄色"
},
{
"dimensionName": "尺码",
"dimensionValue": "S"
}
]
}
]
}
}curl --location --request POST 'https://openapi.qunjielong.com/open/api/goods/add?accessToken=<api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"goodsType": 10,
"multiGoodsInfo": {
"goodsName": "测试商品多规格",
"goodsIntro": "测试商品多规格",
"goodsLabelList": [
"自定义标签1",
"自定义标签2"
],
"goodsPicList": [
"/up/2008/30_ld/25/2d5f/lrqr8.png"
],
"goodsCategoryId": 0,
"dimensionList": [
{
"dimensionName": "颜色",
"dimensionValue": [
{
"dimensionValueName": "红色"
},
{
"dimensionValueName": "黄色"
},
{
"dimensionValueName": "蓝色"
}
]
},
{
"dimensionName": "尺码",
"dimensionValue": [
{
"dimensionValueName": "S"
},
{
"dimensionValueName": "M"
},
{
"dimensionValueName": "L"
}
]
}
],
"skuGoodsProperties": [
{
"goodsPicList": [
"/up/2008/30_ld/25/bd49/m2w7n.png"
],
"costPrice": 890,
"groupBuyPrice": 990,
"originalPrice": 1990,
"commissionPercent": 10,
"totalStock": 100,
"goodsNo": "",
"supplyPrice": 123,
"dimensionInfoList": [
{
"dimensionName": "颜色",
"dimensionValue": "红色"
},
{
"dimensionName": "尺码",
"dimensionValue": "S"
}
]
},
{
"goodsPicList": [
"https://res0.shangshi360.com/up/2008/30_ld/25/bd49/m2w7n.png"
],
"costPrice": 890,
"groupBuyPrice": 980,
"originalPrice": 1990,
"commissionPercent": 10,
"totalStock": 100,
"goodsNo": "",
"dimensionInfoList": [
{
"dimensionName": "颜色",
"dimensionValue": "黄色"
},
{
"dimensionName": "尺码",
"dimensionValue": "S"
}
]
}
]
}
}'{
"code": 200,
"msg": "添加成功",
"data": {
"goodsId": 271076730
},
"success": true
}