Home > @vsf-enterprise/bigcommerce-theme > UseReviewSearchParameters
# UseReviewSearchParameters interface
Parameters required and optional for loading product reviews
Signature:
export interface UseReviewSearchParameters
# Properties
Property | Type | Description |
---|---|---|
productId | Product['id'] | Product Id as required parameter to fetch product reviews |
query? | GetProductReviewCollectionQuery | (Optional) (Optional) An object which contains necessary properties for creating a product review. |