POST V2/ProductComment/GetShopperComments
Request Information
URI Parameters
None.
Body Parameters
SearchCommentsInfoName | Description | Type | Additional information |
---|---|---|---|
Sku | string |
None. |
|
ShopperId | string |
None. |
|
ContentId | integer |
None. |
|
Page | integer |
None. |
|
PageSize | integer |
None. |
|
Offset | integer |
None. |
|
SortName | string |
None. |
|
SortOrder | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Sku": "sample string 1", "ShopperId": "sample string 2", "ContentId": 3, "Page": 4, "PageSize": 5, "Offset": 15, "SortName": "sample string 6", "SortOrder": "sample string 7" }
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Collection of ProductCommentName | 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": "cbd2c543-26f6-47ff-9f60-a404c5c15ab4", "OrderId": 2, "Sku": "sample string 3", "ProductImg": "sample string 4", "CommentImages": [ { "Id": "4a9bb6b7-6448-4fe1-bdc4-c75bdedac0cd", "CommentId": "8f1326a0-4d4d-4afd-9532-8bae41bcefdc", "ImageName": "sample string 3", "SmallImagePath": "sample string 4", "BigImagePath": "sample string 5", "IsDelete": true }, { "Id": "4a9bb6b7-6448-4fe1-bdc4-c75bdedac0cd", "CommentId": "8f1326a0-4d4d-4afd-9532-8bae41bcefdc", "ImageName": "sample string 3", "SmallImagePath": "sample string 4", "BigImagePath": "sample string 5", "IsDelete": true } ], "ReplyImages": [ { "Id": "4a9bb6b7-6448-4fe1-bdc4-c75bdedac0cd", "CommentId": "8f1326a0-4d4d-4afd-9532-8bae41bcefdc", "ImageName": "sample string 3", "SmallImagePath": "sample string 4", "BigImagePath": "sample string 5", "IsDelete": true }, { "Id": "4a9bb6b7-6448-4fe1-bdc4-c75bdedac0cd", "CommentId": "8f1326a0-4d4d-4afd-9532-8bae41bcefdc", "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": "2024-11-15 12:46:26", "CommentDateString": "sample string 12", "Sorce": 13.0, "IsShow": true, "IsDelete": true }, { "Id": "cbd2c543-26f6-47ff-9f60-a404c5c15ab4", "OrderId": 2, "Sku": "sample string 3", "ProductImg": "sample string 4", "CommentImages": [ { "Id": "4a9bb6b7-6448-4fe1-bdc4-c75bdedac0cd", "CommentId": "8f1326a0-4d4d-4afd-9532-8bae41bcefdc", "ImageName": "sample string 3", "SmallImagePath": "sample string 4", "BigImagePath": "sample string 5", "IsDelete": true }, { "Id": "4a9bb6b7-6448-4fe1-bdc4-c75bdedac0cd", "CommentId": "8f1326a0-4d4d-4afd-9532-8bae41bcefdc", "ImageName": "sample string 3", "SmallImagePath": "sample string 4", "BigImagePath": "sample string 5", "IsDelete": true } ], "ReplyImages": [ { "Id": "4a9bb6b7-6448-4fe1-bdc4-c75bdedac0cd", "CommentId": "8f1326a0-4d4d-4afd-9532-8bae41bcefdc", "ImageName": "sample string 3", "SmallImagePath": "sample string 4", "BigImagePath": "sample string 5", "IsDelete": true }, { "Id": "4a9bb6b7-6448-4fe1-bdc4-c75bdedac0cd", "CommentId": "8f1326a0-4d4d-4afd-9532-8bae41bcefdc", "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": "2024-11-15 12:46:26", "CommentDateString": "sample string 12", "Sorce": 13.0, "IsShow": true, "IsDelete": true } ]