Data Type: Comment
Parameter | Type | Description | Required/Optional | Notes |
---|---|---|---|---|
comment_id | String | Comment-Object ID | conditionally required: required under 'Comment' | |
comment_type | String | Comment-Object Type | optional (strongly recommended) | enumeration: merchandise feed article comment other |
author_account_id | String | Commenter Account ID | conditionally required: required when users create a Comment Object | Empty when Comment-Object is not created by users. Example: merchandise |
comment_text | String | Comment-Text | optional (strongly recommended) | |
comment_images | Array | Comment-Images | optional (recommended) | Comment Images URL array |
{
"comment_id": "NHDKDOMO837",
"comment_type": "feed",
"author_account_id": "123456",
"comment_text": "Good",
"comment_images": [
"https://tdfeed.com/a.jpg"
]
}