Alokai

GetProductReferencesProps

Properties for getting product references.

interface GetProductReferencesProps extends BaseProps {
	pageSize?: number;
	productCode: string;
	referenceType?: keyof typeof ProductReferenceTypeEnum;
}

Properties

NameRequiredTypeDescription
pageSizeOptionalnumberMaximum number of results to be returned.
productCodeRequiredstringUnique identifier of a product to search references for.
referenceTypeOptionalkeyof typeof ProductReferenceTypeEnumType of references to search for, one of ProductReferenceTypeEnum values.

Referenced Types

On this page