Product Reviews
List Reviews
GETv1/managers/store/reviews/product/
This API endpoint retrieves a list of product reviews. It allows you to filter and paginate through reviews based on various query parameters such as ...
New Reviews Total
GETv1/managers/store/reviews/count/{{status}}
This API endpoint retrieves the total number of new reviews. It allows you to filter the results based on specific query parameters like search terms,...
Change Review Status
POSTv1/managers/store/reviews/{review_id}/status
This endpoint allows a store manager to change the status of a specific customer review. By providing the review ID and the desired status (e.g., appr...
Bulk Change all Review Statuses
POSTv1/managers/store/reviews/product/statuses
This endpoint is used to bulk update the statuses of all reviews. Upon a successful request, it returns a response indicating the success of the opera...
Delete Review
DELETEv1/managers/store/reviews/{review_id}
This endpoint allows a store manager to delete a specific customer review. By providing the review ID, the manager can permanently remove the review f...
Import Product Reviews
POSTv1/managers/store/reviews/import
This endpoint allows the import of product reviews into the system. It typically accepts a file (such as CSV or JSON) containing review data and proce...
Reply to Review
POSTv1/managers/store/reviews/{review_id}/reply
This endpoint allows a store manager to post a reply to a specific customer review. By providing the review ID and reply content, the manager can resp...
Delete Reply
DELETEv1/managers/store/reviews/{review_id}/reply
This endpoint allows a store manager to delete a reply that was previously posted in response to a customer review.
Update Reply to Review
POSTv1/managers/store/reviews/{review_id}/reply/{reply_id}/update
This endpoint allows a store manager to update an existing reply to a customer review. By providing the review ID and the reply ID, the manager can mo...