{
"sku": "SKU001",
"productName": "测试商品001-更新",
"barcode": "4901234567899",
"productAlias": "Alias-001-NEW",
"price": 1200,
"merchantCategoryId": 10001,
"referenceLength": 31.0,
"referenceWidth": 10.5,
"referenceHeight": 1.6,
"referenceWeight": 0.11,
"imageUrl": "https://img.example.com/1-new.jpg",
"remark": "updated by openapi",
"isBattery": 1
}curl --location 'https://oms.osl.sohomall.jp/api/openapi/goods/update' \
--header 'App-Key;' \
--header 'Nonce;' \
--header 'Sign;' \
--header 'Timestamp;' \
--header 'Content-Type: application/json' \
--data '{
"sku": "SKU001",
"productName": "测试商品001-更新",
"barcode": "4901234567899",
"productAlias": "Alias-001-NEW",
"price": 1200,
"merchantCategoryId": 10001,
"referenceLength": 31.0,
"referenceWidth": 10.5,
"referenceHeight": 1.6,
"referenceWeight": 0.11,
"imageUrl": "https://img.example.com/1-new.jpg",
"remark": "updated by openapi",
"isBattery": 1
}'{
"code": 0,
"message": "success",
"data": null
}