@plentymarkets/shop-api / getReview
Function: getReview() ​
Defined in: api/getReview/index.ts:20
Method getReview - Get reviews from a product
Parameters ​
context ​
PlentysystemsIntegrationContext
params ​
Returns ​
Remarks ​
- Calls the /rest/storefront/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 });