For the complete documentation index, see llms.txt. This page is also available as Markdown.

Shopee - Đánh giá xấu - tiêu cực

API cho phép lấy danh sách comment, đánh giá 1-2-3 sao trên Shopee theo từng gian hàng, Tối đa là 100 comment gần đây

URL API: https://new.abitstore.vn

POST /ecommerce/getBadCommentShopeebyPartner

Headers

Name
Value

Content-Type

application/json

Body

Name
Type
Description

access_token

string

Mã Access token được khởi tạo và cấp quyền bởi chủ tài khoản Abit, Xem hướng dẫn tạo Access Token

partner_name

string

Mã shop khi đăng ký Abit

ecommerce_id

string

ID gian hàng Shopee được kết nối vào Abit, lấy thông tin ID trong mục Kết nối đa kênh =⇒ Kết nối sàn TMĐT

page

int

Phân trang, lấy kết quả ở trang thứ mấy, mặc định giá trị là 0

limit

int

Giới hạn kết quả trả ra, mặc định là 10

{
  "access_token": "Zjg5ZDYzNmFmOGFkYmQwODVmMzVmOWM4YTRlMDFiMWQ=",
  "partner_name": "Abit",
  "ecommerce_id":"51249294",
  "page":0,
  "limit":100
}

{
    "status": "success",
    "bad_rate_3": [
        {
            "comment_id": 72936263774,
            "comment": "",
            "buyer_username": "o3suf_k_0k",
            "order_sn": "2509091BQNG6VB",
            "item_id": 22085856414,
            "model_id": 0,
            "create_time": 1757745568,
            "rating_star": 3,
            "editable": "EDITABLE",
            "hidden": false,
            "media": [],
            "model_id_list": [
                166206891683
            ]
        },
        {
            "comment_id": 72927433864,
            "comment": "",
            "buyer_username": "ngocdo2345",
            "order_sn": "250903H6SDNNGF",
            "item_id": 20686052499,
            "model_id": 0,
            "create_time": 1757741384,
            "rating_star": 3,
            "editable": "EDITABLE",
            "hidden": false,
            "media": [],
            "model_id_list": [
                108232639315
            ]
        },
        {
            "comment_id": 72927433859,
            "comment": "",
            "buyer_username": "ngocdo2345",
            "order_sn": "250903H6SDNNGF",
            "item_id": 1042554796,
            "model_id": 0,
            "create_time": 1757741384,
            "rating_star": 3,
            "editable": "EDITABLE",
            "hidden": false,
            "media": [],
            "model_id_list": [
                222245188480
            ]
        },
        {
            "comment_id": 72889373051,
            "comment": "CNội dung comment xuất 3 sao",
            "buyer_username": "nanh323_",
            "order_sn": "25090816CT59AK",
            "item_id": 23654968567,
            "model_id": 0,
            "create_time": 1757723613,
            "rating_star": 3,
            "editable": "EDITABLE",
            "hidden": false,
            "media": {
                "image_url_list": [
                    "https://mms.img.susercontent.com/vn-111341403-820l4-mekqv6zeyo0629"
                ],
                "video_url_list": [
                    "https://down-tx-sg.vod.susercontent.com/api/v4/111120103/mms/vn-11110103-6v8gv-mekqvlwltv5w05.16000101757723529.mp4"
                ]
            },
            "model_id_list": [
                69716651983
            ]
        },
        {
            "comment_id": 72795552711,
            "comment": "",
            "buyer_username": "thutholthu",
            "order_sn": "250907TK1GHP68",
            "item_id": 22085856414,
            "model_id": 0,
            "create_time": 1757604616,
            "rating_star": 3,
            "editable": "EDITABLE",
            "hidden": false,
            "media": [],
            "model_id_list": [
                166206891682
            ]
        }
    ],
    "bad_rate_1": [
        {
            "comment_id": 72864240143,
            "comment": "Nội dung comment xuất 1 sao",
            "buyer_username": "sauqn",
            "order_sn": "2509093FA9WRV4",
            "item_id": 18086077225,
            "model_id": 0,
            "create_time": 1757668819,
            "rating_star": 1,
            "editable": "EDITABLE",
            "hidden": false,
            "media": {
                "image_url_list": [
                    "https://mms.img.susercontent.com/vn-11sss134103-820l4-mejub9zhyio101"
                ]
            },
            "model_id_list": [
                207125499393
            ]
        }
    ],
    "code": 200
}

Last updated

Was this helpful?