POST V2/ProductComment/GetShopperComments

Request Information

URI Parameters

None.

Body Parameters

SearchCommentsInfo
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'SearchCommentsInfo'.

Response Information

Resource Description

Collection of ProductComment
NameDescriptionTypeAdditional 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": "4da4fe6d-94cd-494f-9ce5-3dd4830ef760",
    "OrderId": 2,
    "Sku": "sample string 3",
    "ProductImg": "sample string 4",
    "CommentImages": [
      {
        "Id": "57fd92fa-9a41-425c-98e0-048b06811339",
        "CommentId": "f0afba8a-f7b5-4369-b01d-d75a0120fa36",
        "ImageName": "sample string 3",
        "SmallImagePath": "sample string 4",
        "BigImagePath": "sample string 5",
        "IsDelete": true
      },
      {
        "Id": "57fd92fa-9a41-425c-98e0-048b06811339",
        "CommentId": "f0afba8a-f7b5-4369-b01d-d75a0120fa36",
        "ImageName": "sample string 3",
        "SmallImagePath": "sample string 4",
        "BigImagePath": "sample string 5",
        "IsDelete": true
      }
    ],
    "ReplyImages": [
      {
        "Id": "57fd92fa-9a41-425c-98e0-048b06811339",
        "CommentId": "f0afba8a-f7b5-4369-b01d-d75a0120fa36",
        "ImageName": "sample string 3",
        "SmallImagePath": "sample string 4",
        "BigImagePath": "sample string 5",
        "IsDelete": true
      },
      {
        "Id": "57fd92fa-9a41-425c-98e0-048b06811339",
        "CommentId": "f0afba8a-f7b5-4369-b01d-d75a0120fa36",
        "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-09-20 02:54:11",
    "CommentDateString": "sample string 12",
    "Sorce": 13.0,
    "IsShow": true,
    "IsDelete": true
  },
  {
    "Id": "4da4fe6d-94cd-494f-9ce5-3dd4830ef760",
    "OrderId": 2,
    "Sku": "sample string 3",
    "ProductImg": "sample string 4",
    "CommentImages": [
      {
        "Id": "57fd92fa-9a41-425c-98e0-048b06811339",
        "CommentId": "f0afba8a-f7b5-4369-b01d-d75a0120fa36",
        "ImageName": "sample string 3",
        "SmallImagePath": "sample string 4",
        "BigImagePath": "sample string 5",
        "IsDelete": true
      },
      {
        "Id": "57fd92fa-9a41-425c-98e0-048b06811339",
        "CommentId": "f0afba8a-f7b5-4369-b01d-d75a0120fa36",
        "ImageName": "sample string 3",
        "SmallImagePath": "sample string 4",
        "BigImagePath": "sample string 5",
        "IsDelete": true
      }
    ],
    "ReplyImages": [
      {
        "Id": "57fd92fa-9a41-425c-98e0-048b06811339",
        "CommentId": "f0afba8a-f7b5-4369-b01d-d75a0120fa36",
        "ImageName": "sample string 3",
        "SmallImagePath": "sample string 4",
        "BigImagePath": "sample string 5",
        "IsDelete": true
      },
      {
        "Id": "57fd92fa-9a41-425c-98e0-048b06811339",
        "CommentId": "f0afba8a-f7b5-4369-b01d-d75a0120fa36",
        "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-09-20 02:54:11",
    "CommentDateString": "sample string 12",
    "Sorce": 13.0,
    "IsShow": true,
    "IsDelete": true
  }
]