Home > @vsf-enterprise/commercetools-api > GetReviewParams
# GetReviewParams interface
Parameters for the getReview API endpoint
Signature:
export interface GetReviewParams
# Properties
| Property | Type | Description |
|---|---|---|
| limit? | number | (Optional) Pagination limit |
| offset? | number | (Optional) Pagination offset |
| productId? | string | (Optional) ID of the parent product |
| sort? | string | (Optional) Sorting options. You can read more here (opens new window) |
| where? | string | (Optional) Custom where query |