{
"skuName": "string",
"skuCode": "string",
"skuNameEn": "string",
"model": "string",
"mainPic": "string",
"brandId": 0,
"categoryId": 0,
"unitCode": "string",
"costPrice": 0,
"weight": 0,
"packageLength": 0,
"packageWidth": 0,
"packageHeight": 0,
"inPackage": "box",
"outPackage": "box",
"isGift": true
}curl --location '/open/product/edit' \
--header 'Authorization: Bearer {{token}}' \
--header 'timestamp: {{timestamp}}' \
--header 'sign: {{sign}}' \
--header 'Content-Type: application/json' \
--data '{
"skuName": "string",
"skuCode": "string",
"skuNameEn": "string",
"model": "string",
"mainPic": "string",
"brandId": 0,
"categoryId": 0,
"unitCode": "string",
"costPrice": 0,
"weight": 0,
"packageLength": 0,
"packageWidth": 0,
"packageHeight": 0,
"inPackage": "box",
"outPackage": "box",
"isGift": true
}'{
"code": 0,
"msg": "string",
"data": {},
"trace": "string",
"extra": {
"property1": {},
"property2": {}
},
"ok": true
}