This endpoint retrieves reviews from various sources such as store, products and more.Payload#
Response#
Usage#
The method getReviews
takes in 3 parameters: The maximum number of items to return per page per_page
, The review's source, type
, which could be one of the allowed enum values, as well as items
, which is the response data.Events#
The menu process may trigger two events during the menu process, reviewsFetched and reviewsFetchFailed.reviewsFetched#
This event will be triggered when the reviews are successfully fetched.reviewsFetchFailed#
This event will be triggered if there is an error during the fetching process. Modified at 2024-10-24 13:02:39