Alokai

ProductOptionsResponse

interface ProductOptionsResponse {
	data: ProductOption[];
	meta: MetaCollection;
}

Properties

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

Referenced Types

On this page