GetProductReviewsParams
Parameters for the getProductReviews API endpoint.
interface GetProductReviewsParams {
limit?: number;
offset?: number;
productId?: string;
sort?: string;
where?: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
limit | Optional | number | |
offset | Optional | number | |
productId | Optional | string | |
sort | Optional | string | |
where | Optional | string |