---
title: "Evaluation list"
method: GET
path: "/shops/{SHOP_ID}/shopee/evaluate"
tags: ["eCommerce"]
---

# Evaluation list

`GET /shops/{SHOP_ID}/shopee/evaluate`

Get list of evaluations on eCommerce platform

## Path parameters

- `SHOP_ID` integer, required

## Query parameters

- `page` integer
- `page_size` integer
- `field_time` 'evaluation_time' | 'last_evaluation_time'
- `evaluation_time[]` integer[]

## Response `200`

Success

- object
  - `data` object[] — List of evaluations
    - `buyer` string — Buyer
    - `comment` string — Buyer comment
    - `create_at` string, date-time — Created at
    - `last_rating` integer — Latest evaluation
    - `order_id` string — Order ID
    - `product` object — Product information
      - `images` string[] — Product images
      - `marketplace_product_name` string — Marketplace product name
    - `product_name` string — Product name
    - `rating` integer — Evaluation
    - `reply` object — Response information
      - `hidden` boolean — Reply hidden
      - `reply` string — Response content
    - `shop_id` integer — Shop ID
    - `variation` object — Variation information
      - `images` string[] — Variation images
      - `marketplace_sku` string — Marketplace SKU
    - `marketplace` object — eCommerce Platform information
      - `marketplace_shop_id` string — eCommerce Platform Shop ID
      - `marketplace_shop_name` string — eCommerce Platform Shop Name
    - `marketplace_id` string — eCommerce Platform ID
  - `page_number` integer — Page number
  - `page_size` integer — Page size
  - `success` boolean — Success status
  - `total_entries` integer — Total entries
  - `total_pages` integer — Total pages

---

[API](https://skmtc.dev/pancake/apis/pancake-pos-open-api.md) · [All operations](https://skmtc.dev/pancake/apis/pancake-pos-open-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pancake/pancake-pos-open-api/revisions/acb70aa4b3f5/schema)
