Alokai

ProductReviewCollectionResponse

Product Review Collection response.

interface ProductReviewCollectionResponse {
	data: ProductReview[];
	meta: MetaCollection;
}

Properties

NameRequiredTypeDescription
dataRequiredProductReview[]Collection of product reviews.
metaRequiredMetaCollectionData about the response, including pagination and collection totals.

Referenced Types

On this page