GET V2/ProductComment/GetCommentById?commentId={commentId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| commentId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ProductComment| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| OrderId | integer |
None. |
|
| Sku | string |
None. |
|
| ProductImg | string |
None. |
|
| CommentImages | Collection of ProductCommentImage |
None. |
|
| ReplyImages | Collection of ProductCommentImage |
None. |
|
| ProductName | string |
None. |
|
| ShopperId | string |
None. |
|
| ShopperName | string |
None. |
|
| Subject | string |
None. |
|
| Content | string |
None. |
|
| ReplyId | integer |
None. |
|
| ReplyContent | string |
None. |
|
| CommentDate | date |
None. |
|
| CommentDateString | string |
None. |
|
| Sorce | decimal number |
None. |
|
| IsShow | boolean |
None. |
|
| IsDelete | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": "4649e685-cb1e-409a-8ea7-2e13e2802f77",
"OrderId": 2,
"Sku": "sample string 3",
"ProductImg": "sample string 4",
"CommentImages": [
{
"Id": "dec21b3d-ba82-48d4-85e2-56a5b1e3dcc0",
"CommentId": "fa94bd4a-1fff-4a7f-80c6-405f815f6cae",
"ImageName": "sample string 3",
"SmallImagePath": "sample string 4",
"BigImagePath": "sample string 5",
"IsDelete": true
},
{
"Id": "dec21b3d-ba82-48d4-85e2-56a5b1e3dcc0",
"CommentId": "fa94bd4a-1fff-4a7f-80c6-405f815f6cae",
"ImageName": "sample string 3",
"SmallImagePath": "sample string 4",
"BigImagePath": "sample string 5",
"IsDelete": true
}
],
"ReplyImages": [
{
"Id": "dec21b3d-ba82-48d4-85e2-56a5b1e3dcc0",
"CommentId": "fa94bd4a-1fff-4a7f-80c6-405f815f6cae",
"ImageName": "sample string 3",
"SmallImagePath": "sample string 4",
"BigImagePath": "sample string 5",
"IsDelete": true
},
{
"Id": "dec21b3d-ba82-48d4-85e2-56a5b1e3dcc0",
"CommentId": "fa94bd4a-1fff-4a7f-80c6-405f815f6cae",
"ImageName": "sample string 3",
"SmallImagePath": "sample string 4",
"BigImagePath": "sample string 5",
"IsDelete": true
}
],
"ProductName": "sample string 5",
"ShopperId": "sample string 6",
"ShopperName": "sample string 7",
"Subject": "sample string 8",
"Content": "sample string 9",
"ReplyId": 10,
"ReplyContent": "sample string 11",
"CommentDate": "2025-12-06 12:26:19",
"CommentDateString": "sample string 12",
"Sorce": 13.0,
"IsShow": true,
"IsDelete": true
}