Alokai

GetProductReviewsParams

Parameters for the getProductReviews API endpoint.

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

Properties

NameRequiredTypeDescription
limitOptionalnumber
offsetOptionalnumber
productIdOptionalstring
sortOptionalstring
whereOptionalstring

On this page