Alokai

GetProductReviewCollectionProps

Necessary properties to get product review collection.

interface GetProductReviewCollectionProps {
	productId: number;
}

Properties

NameRequiredTypeDescription
productIdRequirednumberAn id of the product

On this page