v1

latestOpenAPI 3.0.02026-07-26318168886.7 KB
Product Review Comments

Get Product Review Comments

To retrieve product review comments.<br>抓取商品評價。

get/product_review_comments

Query parameters

previous_idstring

The last ID of the product review comments in the previous request.<br>前一筆商品評價的 ID <br>beta 測試中,僅開放部分店家使用,如無法使用功能請聯絡客服窗口

product_idstring

Product id<br>產品id

pageinteger

Page Number<br>頁數

per_pageinteger

Numbers of items per Page<br>每頁顯示 n 筆資料

sort_by'created_at' | 'score'

Sorting by field<br>以欄位排序

order_by'asc' | 'desc'

Setting sort by created time<br>設定排序

statusstring

Status<br>狀態

Response

OK

last_idstring

Example response

{
  "items": [
    {
      "items": [
        {
          "id": "5f8e5dc08a8bb70a5c9cd93c",
          "product_id": "5f8e5dc08a8bb70a5c9cd93d",
          "order_id": "5f8e5dc08a8bb70a5c9cd93a",
          "user_id": "5f8e5dc08a8bb70a5c9cd93b",
          "status": "active",
          "score": 5,
          "comment": "I like this product",
          "media": {
            "images": {
              "original": {
                "width": 800,
                "height": 800,
                "url": "https://img.example.com/media/1234/thumb.jpg"
              }
            }
          },
          "created_by": "openapi",
          "commented_at": "2020-10-20T03:50:00.323Z",
          "updated_at": "2020-10-20T03:50:00.323Z",
          "created_at": "2020-10-20T03:50:00.323Z"
        }
      ],
      "pagination": {
        "current_page": 1,
        "per_page": 24,
        "total_count": 1,
        "total_pages": 1
      }
    }
  ],
  "pagination": {
    "current_page": 1,
    "per_page": 24,
    "total_count": 1,
    "total_pages": 1
  },
  "last_id": "5f4c59ecb67104867dee1b39"
}