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
| Name | Required | Type | Description |
|---|---|---|---|
description | Optional | string | Reference description {string} ProductReference |
preselected | Optional | boolean | Flag stating if product reference is preselected {boolean} ProductReference |
quantity | Optional | number | Reference quantity {number} ProductReference |
referenceType | Optional | string | Reference type {string} ProductReference |
target | Optional | Product | {Product} ProductReference |