Alokai
You are reading the documentation for v7.x and earlier, which is no longer the latest version. Switch to v8.x

GetProductReferencesProps

Properties for getting product references.

export 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