{
"sku": "SKU001",
"productName": "测试商品001",
"barcode": "4901234567890",
"productAlias": "Alias-001",
"price": 1000,
"merchantCategoryId": 10001,
"referenceLength": 30.5,
"referenceWidth": 10.2,
"referenceHeight": 1.5,
"referenceWeight": 0.1,
"imageUrl": "https://img.example.com/1.jpg",
"remark": "created by openapi",
"isBattery": 0
}curl --location 'https://oms.osl.sohomall.jp/api/openapi/goods/create' \
--header 'App-Key;' \
--header 'Nonce;' \
--header 'Sign;' \
--header 'Timestamp;' \
--header 'Content-Type: application/json' \
--data '{
"sku": "SKU001",
"productName": "测试商品001",
"barcode": "4901234567890",
"productAlias": "Alias-001",
"price": 1000,
"merchantCategoryId": 10001,
"referenceLength": 30.5,
"referenceWidth": 10.2,
"referenceHeight": 1.5,
"referenceWeight": 0.1,
"imageUrl": "https://img.example.com/1.jpg",
"remark": "created by openapi",
"isBattery": 0
}'{
"code": 0,
"message": "success",
"data": null
}