{
"skuName": "string",
"skuCode": "string",
"skuNameEn": "string",
"model": "string",
"mainPic": "string",
"fnSkuCode": "string",
"brandId": 0,
"categoryId": 0,
"unitCode": "string",
"costPrice": 0,
"weight": 0,
"packageLength": 0,
"packageWidth": 0,
"packageHeight": 0,
"inPackage": "box",
"outPackage": "box",
"isGift": true,
"hasBattery": true,
"hasLiquid": true,
"hasMagnet": true,
"hasKnife": true,
"hasFlammables": true,
"hasPowder": true,
"inventoryWarningDays": 0,
"inventoryWarningQuantity": 0,
"purchaseDays": 0,
"systemInventoryWarning": true,
"expPeriod": 0,
"expWarningDays": 0,
"enableExpireMgm": true
}curl --location --request POST '/open/product/edit' \
--header 'Authorization: Bearer {{token}}' \
--header 'timestamp: {{timestamp}}' \
--header 'sign: {{sign}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"skuName": "string",
"skuCode": "string",
"skuNameEn": "string",
"model": "string",
"mainPic": "string",
"fnSkuCode": "string",
"brandId": 0,
"categoryId": 0,
"unitCode": "string",
"costPrice": 0,
"weight": 0,
"packageLength": 0,
"packageWidth": 0,
"packageHeight": 0,
"inPackage": "box",
"outPackage": "box",
"isGift": true,
"hasBattery": true,
"hasLiquid": true,
"hasMagnet": true,
"hasKnife": true,
"hasFlammables": true,
"hasPowder": true,
"inventoryWarningDays": 0,
"inventoryWarningQuantity": 0,
"purchaseDays": 0,
"systemInventoryWarning": true,
"expPeriod": 0,
"expWarningDays": 0,
"enableExpireMgm": true
}'{
"code": 0,
"msg": "string",
"data": {},
"trace": "string",
"extra": {
"property1": {},
"property2": {}
},
"ok": true
}