@plentymarkets/shop-api / getReview
Function: getReview() ​
Method getReview - Get reviews from a product
Parameters ​
• context: PlentysystemsIntegrationContext
• params: ReviewSearchParams
Returns ​
Remarks ​
- Calls the /rest/feedbacks/feedback/helper/feedbacklist/${params.productId}/1
- This method is used to get reviews from a product.
Example ​
ts
const { data } = await useSdk().plentysystems.getReview({ itemId: 1100 });