We just GoLive API Rate Limits. Please follow up
curl --location 'https://api.omisell.com/api/v2/public/customer/reviews/list?store_id=undefined&customer_id=undefined&rating_star=undefined&rating_from=undefined&rating_to=undefined&is_seller_reply=undefined&is_have_content=undefined&keyword=undefined&page=undefined&page_size=undefined' \
--header 'Authorization: Omi {{Token}}' \
--header 'Authorization: Omi {{Token}}' \
--header 'Seller-ID;' \
--header 'Seller-ID;' \
--header 'Country;' \
--header 'Country;' \
--header 'Content-Type: application/json'{
"data": {
"count": 1,
"results": [
{
"queue_id": "667cebaa2ec7fcfe0a43da77",
"external_order_id": "230101ABCDEF",
"external_product_id": "1234567890",
"external_store_id": "987654",
"store_id": 111,
"store_name": "My Shopee Store",
"platform": "shopee_v2",
"platform_logo": "https://.../shopee.png",
"rating_star": 5,
"rating_time": 1704067200,
"review_content": "Great product!",
"review_images": [
"https://.../review1.jpg"
],
"seller_reply": "Thank you!",
"buyer": "b***r",
"order": {},
"product_store": {}
}
]
},
"error": false,
"error_code": 200,
"messages": "",
"request_id": "667cebaa2ec7fcfe0a43da77"
}