{
"id": "1",
"name": "清凉小短袖",
"keyword": "清凉丝滑不出汗",
"introduction": "清凉小短袖简介",
"description": "清凉小短袖详情",
"categoryId": "1",
"brandId": "1",
"picUrl": "https://www.iocoder.cn/xx.png",
"sliderPicUrls": "[https://www.iocoder.cn/xx.png, https://www.iocoder.cn/xxx.png]",
"sort": "1",
"specType": "true",
"deliveryTypes": "1",
"deliveryTemplateId": "111",
"giveIntegral": "111",
"subCommissionType": "true",
"virtualSalesCount": "66",
"salesCount": "1999",
"browseCount": "1999",
"skus": [
{
"name": "清凉小短袖",
"price": "1999",
"marketPrice": "2999",
"costPrice": "19",
"barCode": "15156165456",
"picUrl": "https://www.iocoder.cn/xx.png",
"stock": "200",
"weight": "1.2",
"volume": "2.5",
"firstBrokeragePrice": "199",
"secondBrokeragePrice": "19",
"properties": [
{
"propertyId": "10",
"propertyName": "颜色",
"valueId": "10",
"valueName": "红色"
}
]
}
],
"status": 0
}curl --location --request PUT '/product/spu/update' \
--header 'Authorization: 3ecf676011544a3293b9665f63513a28' \
--header 'tenant-id: 10053' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "1",
"name": "清凉小短袖",
"keyword": "清凉丝滑不出汗",
"introduction": "清凉小短袖简介",
"description": "清凉小短袖详情",
"categoryId": "1",
"brandId": "1",
"picUrl": "https://www.iocoder.cn/xx.png",
"sliderPicUrls": "[https://www.iocoder.cn/xx.png, https://www.iocoder.cn/xxx.png]",
"sort": "1",
"specType": "true",
"deliveryTypes": "1",
"deliveryTemplateId": "111",
"giveIntegral": "111",
"subCommissionType": "true",
"virtualSalesCount": "66",
"salesCount": "1999",
"browseCount": "1999",
"skus": [
{
"name": "清凉小短袖",
"price": "1999",
"marketPrice": "2999",
"costPrice": "19",
"barCode": "15156165456",
"picUrl": "https://www.iocoder.cn/xx.png",
"stock": "200",
"weight": "1.2",
"volume": "2.5",
"firstBrokeragePrice": "199",
"secondBrokeragePrice": "19",
"properties": [
{
"propertyId": "10",
"propertyName": "颜色",
"valueId": "10",
"valueName": "红色"
}
]
}
],
"status": 0
}'{
"code": 0,
"data": false,
"msg": ""
}