{
"code": "string",
"type": "string",
"name": "string",
"enName": "string",
"length": "string",
"width": "string",
"height": "string",
"weight": "string",
"skuBarcode": "string",
"declaredPrice": 0,
"declareName": "string",
"declareEnName": "string",
"hscode": "string",
"skuModel": "string",
"trademark": "string",
"texture": "string",
"uses": "string",
"price": 0,
"imageUrl": "string",
"qcType": "Y",
"specAttr": "ELECTRICITY",
"skuCategoryId": "string",
"otherBarcode": "string",
"fnSku": "string",
"origin": "string",
"remark": "string"
}curl --location --request POST 'http://192.168.8.18:3080/api/customer/operation/updateSku' \
--header 'apiKey: 5ff6e6a70376ba11a42e277086598d4a' \
--header 'signature: 4590A48221F34CE299EA2D74036246F5' \
--header 'timestamp: 1717381423' \
--header 'sourceFrom: lingxing' \
--header 'Content-Type: application/json' \
--data-raw '{
"code": "string",
"type": "string",
"name": "string",
"enName": "string",
"length": "string",
"width": "string",
"height": "string",
"weight": "string",
"skuBarcode": "string",
"declaredPrice": 0,
"declareName": "string",
"declareEnName": "string",
"hscode": "string",
"skuModel": "string",
"trademark": "string",
"texture": "string",
"uses": "string",
"price": 0,
"imageUrl": "string",
"qcType": "Y",
"specAttr": "ELECTRICITY",
"skuCategoryId": "string",
"otherBarcode": "string",
"fnSku": "string",
"origin": "string",
"remark": "string"
}'{
"code": 200,
"message": "修改商品成功",
"result": {
"data": {
"skuCode": "UN51000"
}
},
"success": true,
"timestamp": 1716795639
}