curl --request GET \
--url https://loyalty-admin.appstle.com/loyalty/cp/api/product-review-details/{productId}[
{
"title": "Excellent product!",
"body": "This product exceeded my expectations in every way.",
"rating": 5,
"publishedStatus": true,
"reviewerName": "John Doe",
"productId": 12345,
"createAt": "2025-01-15T10:30:00Z",
"productTitle": "Premium Widget",
"productImage": "https://cdn.shopify.com/image.jpg"
}
]Documentation Index
Fetch the complete documentation index at: https://appstleinc-aeca3e0a.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
ID of the product to get reviews for
Filter reviews by rating (1-5 stars)
Zero-based page index (0..N)
x >= 0The size of the page to be returned
x >= 1Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
Product reviews retrieved successfully with pagination headers (X-Total-Count, Link)
curl --request GET \
--url https://loyalty-admin.appstle.com/loyalty/cp/api/product-review-details/{productId}[
{
"title": "Excellent product!",
"body": "This product exceeded my expectations in every way.",
"rating": 5,
"publishedStatus": true,
"reviewerName": "John Doe",
"productId": 12345,
"createAt": "2025-01-15T10:30:00Z",
"productTitle": "Premium Widget",
"productImage": "https://cdn.shopify.com/image.jpg"
}
]