Alokai

ProductResponse

Product response.

interface ProductResponse {
	data: Product;
	meta: ResponseMeta;
}

Properties

NameRequiredTypeDescription
dataRequiredProductProduct.
metaRequiredResponseMetaData about the response, including pagination and collection totals.

Referenced Types

On this page