Alokai

ProductsResponse

Product collection response.

interface ProductsResponse {
	data: Product[];
	meta: MetaCollection;
}

Properties

NameRequiredTypeDescription
dataRequiredProduct[]Collection of products.
metaRequiredMetaCollectionData about the response, including pagination and collection totals.

Referenced Types

On this page