{
"activity": [
"string"
],
"paragraphsList": [
{
"id": 0,
"productId": 0,
"paragraphType": 0,
"paragraphSort": 0,
"tabTitle": "string",
"mainTitle": "string",
"subTitle": "string",
"content": "string",
"apiId": "string",
"paragraphCode": "string",
"paragraphName": "string",
"dlvblsDataCode": "string",
"dlvblsDataName": "string",
"dlvblsDataAlias": "string",
"associatedProductIds": "string"
}
],
"attr": [
{
"attrName": "string",
"attrValues": "string",
"id": 0
}
],
"attrValue": [
{
"attrValue": {
"尺码": "2XL",
"颜色": "DX027白色"
},
"brokerage": 0,
"brokerageTwo": 0,
"cost": 0,
"id": 0,
"image": "string",
"minPrice": 0,
"otPrice": 0,
"price": 0,
"productId": 0,
"quota": 0,
"quotaShow": 0,
"stock": 0,
"suk": "string",
"volume": 0,
"weight": 0,
"vipPrice": 0
}
],
"cateId": "string",
"content": "string",
"couponIds": [
0
],
"ficti": 0,
"flatPattern": "string",
"giveIntegral": 0,
"id": 0,
"image": "string",
"shareImg": "string",
"isBenefit": true,
"isBest": true,
"isGood": true,
"isHot": true,
"isNew": true,
"isSub": true,
"keyword": "string",
"sliderImage": "string",
"sort": 0,
"specType": true,
"storeInfo": "string",
"storeName": "string",
"tempId": 0,
"unitName": "string",
"storeType": 0,
"isVipPrice": 0,
"isStockLimit": 0,
"apiId": "string",
"apiName": "string",
"apiParam": "string",
"apiParamExample": "string",
"isCatering": true,
"briefImage": "string"
}
curl --location --request POST '/api/admin/store/product/update' \
--header 'Authori-zation: {{token}}' \
--header 'source: {{source}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"activity": [
"string"
],
"paragraphsList": [
{
"id": 0,
"productId": 0,
"paragraphType": 0,
"paragraphSort": 0,
"tabTitle": "string",
"mainTitle": "string",
"subTitle": "string",
"content": "string",
"apiId": "string",
"paragraphCode": "string",
"paragraphName": "string",
"dlvblsDataCode": "string",
"dlvblsDataName": "string",
"dlvblsDataAlias": "string",
"associatedProductIds": "string"
}
],
"attr": [
{
"attrName": "string",
"attrValues": "string",
"id": 0
}
],
"attrValue": [
{
"attrValue": {
"尺码": "2XL",
"颜色": "DX027白色"
},
"brokerage": 0,
"brokerageTwo": 0,
"cost": 0,
"id": 0,
"image": "string",
"minPrice": 0,
"otPrice": 0,
"price": 0,
"productId": 0,
"quota": 0,
"quotaShow": 0,
"stock": 0,
"suk": "string",
"volume": 0,
"weight": 0,
"vipPrice": 0
}
],
"cateId": "string",
"content": "string",
"couponIds": [
0
],
"ficti": 0,
"flatPattern": "string",
"giveIntegral": 0,
"id": 0,
"image": "string",
"shareImg": "string",
"isBenefit": true,
"isBest": true,
"isGood": true,
"isHot": true,
"isNew": true,
"isSub": true,
"keyword": "string",
"sliderImage": "string",
"sort": 0,
"specType": true,
"storeInfo": "string",
"storeName": "string",
"tempId": 0,
"unitName": "string",
"storeType": 0,
"isVipPrice": 0,
"isStockLimit": 0,
"apiId": "string",
"apiName": "string",
"apiParam": "string",
"apiParamExample": "string",
"isCatering": true,
"briefImage": "string"
}'
{
"code": 0,
"data": "string",
"message": "string"
}