Alokai
You are reading the documentation for SDK v2, which is no longer the latest version. Switch to current

GetProductReviewsParams

Parameters for the getProductReviews API endpoint.

export interface GetProductReviewsParams {
	limit?: number;
	offset?: number;
	productId?: string;
	sort?: string;
	where?: string;
}

Properties

NameRequiredTypeDescription
limitOptionalnumber
offsetOptionalnumber
productIdOptionalstring
sortOptionalstring
whereOptionalstring

On this page