Request
Body Params application/json
{
"score": 0,
"comment": "string",
"itemId": "string",
"title": "string",
"reviewDate": "2019-08-24T14:15:22Z"
}
Request Code Samples
curl --location --request POST 'https://gateway.storeharmony.com/cloudapi/estore///reviews/' \
--header 'sessiontoken;' \
--header 'Content-Type: application/json' \
--data-raw '{
"score": 0,
"comment": "string",
"itemId": "string",
"title": "string",
"reviewDate": "2019-08-24T14:15:22Z"
}'
Responses
[
{
"score": 0,
"comment": "string",
"itemId": "string",
"title": "string",
"reviewDate": "2019-08-24T14:15:22Z"
}
]
Modified at 2025-03-27 14:31:04