用于修改SKU对应的产品信息
{
"name": "string",
"nameEn": "string",
"referenceNo": "string",
"manufacturer": "string",
"productDesc": "string",
"price": 0,
"productLengthType": 1,
"productLength": 0,
"productWidth": 0,
"productHeight": 0,
"productWeightType": 1,
"productWeight": 0,
"productBrand": "string",
"productOrigin": "string",
"productMaterial": "string",
"productModel": "string",
"productInfoUrl": "string",
"warningQty": 0,
"warningNotify": 0,
"isBattery": "-1",
"isFragile": "-1",
"isOwnPackage": "-1",
"isUnpacking": "-1",
"productType": 1,
"productUnit": 1,
"attributeType": "1",
"outboundPackageType": "1",
"productLucid": "string",
"productCategoryCode": "string",
"batteryDTO": {
"batteryType": 0,
"batteryCapacity": "string",
"batteryModel": "string",
"batteryVoltage": "string",
"batteryPackVoltage": "string",
"batteryPower": "string",
"batteryEnergy": "string",
"batteryMaterial": "string",
"batterySupplier": "string",
"packSupplier": "string",
"isMsds": "-1",
"isTransportReport": "-1",
"batteryDataValidity": "2019-08-24T14:15:22Z",
"ulCertification": 1,
"ulAuthority": "string",
"ulNumber": "string"
},
"declareDTO": {
"declareName": "string",
"declareNameEn": "string",
"declareUnit": "string",
"importHsCode": "string",
"importCountry": "string",
"importCurrencyCode": "string",
"importDeclareValue": "0",
"exportHsCode": "string",
"exportCountry": "string",
"exportCurrencyCode": "string",
"exportDeclareValue": "0",
"isBonded": "-1"
},
"platformSkuDTOs": [
{
"platformType": "1",
"barcodeType": "1",
"platformSku": "string"
}
],
"attachmentOpenDTOs": [
{
"attachmentType": "string",
"base64": "string",
"fileName": "string"
}
]
}curl --location --request POST '/open/product-data/update' \
--header 'Authorization: {{api_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"nameEn": "string",
"referenceNo": "string",
"manufacturer": "string",
"productDesc": "string",
"price": 0,
"productLengthType": 1,
"productLength": 0,
"productWidth": 0,
"productHeight": 0,
"productWeightType": 1,
"productWeight": 0,
"productBrand": "string",
"productOrigin": "string",
"productMaterial": "string",
"productModel": "string",
"productInfoUrl": "string",
"warningQty": 0,
"warningNotify": 0,
"isBattery": "-1",
"isFragile": "-1",
"isOwnPackage": "-1",
"isUnpacking": "-1",
"productType": 1,
"productUnit": 1,
"attributeType": "1",
"outboundPackageType": "1",
"productLucid": "string",
"productCategoryCode": "string",
"batteryDTO": {
"batteryType": 0,
"batteryCapacity": "string",
"batteryModel": "string",
"batteryVoltage": "string",
"batteryPackVoltage": "string",
"batteryPower": "string",
"batteryEnergy": "string",
"batteryMaterial": "string",
"batterySupplier": "string",
"packSupplier": "string",
"isMsds": "-1",
"isTransportReport": "-1",
"batteryDataValidity": "2019-08-24T14:15:22Z",
"ulCertification": 1,
"ulAuthority": "string",
"ulNumber": "string"
},
"declareDTO": {
"declareName": "string",
"declareNameEn": "string",
"declareUnit": "string",
"importHsCode": "string",
"importCountry": "string",
"importCurrencyCode": "string",
"importDeclareValue": "0",
"exportHsCode": "string",
"exportCountry": "string",
"exportCurrencyCode": "string",
"exportDeclareValue": "0",
"isBonded": "-1"
},
"platformSkuDTOs": [
{
"platformType": "1",
"barcodeType": "1",
"platformSku": "string"
}
],
"attachmentOpenDTOs": [
{
"attachmentType": "string",
"base64": "string",
"fileName": "string"
}
]
}'{
"code": "20000",
"success": true,
"data": {
"productSku": "productSku",
"name": "name",
"nameEn": "nameEn",
"referenceNo": "referenceNo",
"manufacturer": "manufacturer",
"productDesc": "productDesc",
"price": 100,
"productLengthType": 1,
"productLength": 1.00,
"productWidth": 1.00,
"productHeight": 1.00,
"productWeightType": 1,
"productWeight": 1.000,
"productVolume": 1.000,
"productBrand": "productLucid",
"productOrigin": "productOrigin",
"productMaterial": "productMaterial",
"productModel": "productModel",
"isBattery": 1,
"isFragile": 1,
"isOwnPackage": 1,
"isUnpacking": 1,
"productLucid": "productLucid",
"status": 1,
"reviewStatus": -1,
"reviewDiff": -1
},
"message": "请求成功",
"errors": [],
"timestamp": "1757584068096",
"duration": 0.34,
"requestId": "b1defae53b0a42cc960f9b405f45b98e"
}