GetProductReviewCollectionProps
Necessary properties to get product review collection.
interface GetProductReviewCollectionProps {
productId: number;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
productId | Required | number | An id of the product |
Necessary properties to get product review collection.
interface GetProductReviewCollectionProps {
productId: number;
}| Name | Required | Type | Description |
|---|---|---|---|
productId | Required | number | An id of the product |