{
"sku": "string",
"skuCode": "string",
"name": "string",
"length": 0,
"width": 0,
"height": 0,
"weight": 0,
"imgUrl": "string",
"declareChineseName": "string",
"declareEnglishName": "string",
"declarePrice": 0,
"declareCurrency": "string",
"declareAttribute": 0
}
curl --location --request POST '/api/sku/update' \
--header 'Content-Type: application/json' \
--data-raw '{
"sku": "string",
"skuCode": "string",
"name": "string",
"length": 0,
"width": 0,
"height": 0,
"weight": 0,
"imgUrl": "string",
"declareChineseName": "string",
"declareEnglishName": "string",
"declarePrice": 0,
"declareCurrency": "string",
"declareAttribute": 0
}'
{
"code": "0",
"message": "string",
"data": {},
"requestId": "string"
}