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

ProductReference

Representation of a Product Reference ProductReference

export interface ProductReference {
	'description'?: string;
	'preselected'?: boolean;
	'quantity'?: number;
	'referenceType'?: string;
	'target'?: Product;
}

Properties

NameRequiredTypeDescription
descriptionOptionalstringReference description {string} ProductReference
preselectedOptionalbooleanFlag stating if product reference is preselected {boolean} ProductReference
quantityOptionalnumberReference quantity {number} ProductReference
referenceTypeOptionalstringReference type {string} ProductReference
targetOptionalProduct{Product} ProductReference

Referenced Types

On this page