Alokai

GetProductReviewCollectionQuery

Optional properties to get product review collection.

interface GetProductReviewCollectionQuery {
	exclude_fields?: string;
	include_fields?: string;
	limit?: number;
	page?: number;
	status?: number;
}

Properties

NameRequiredTypeDescription
exclude_fieldsOptionalstringFields to exclude, in a comma-separated list. The specified fields will be excluded from a response. The ID cannot be excluded.
include_fieldsOptionalstringFields to include, in a comma-separated list. The ID and the specified fields will be returned.
limitOptionalnumberControls the number of items per page in a limited (paginated) list of products.
pageOptionalnumberSpecifies the page number in a limited (paginated) list of products.
statusOptionalnumberFilter items by status. 1 for approved, 0 for pending.

On this page