Home > @poq/sdk-sfcc > ProductListItemReference
Signature:
export declare class ProductListItemReference extends BaseModel<ProductListItemReference> 
Extends: BaseModel<ProductListItemReference
| Constructor | Modifiers | Description | 
|---|---|---|
| (constructor)(params) | Constructs a new instance of the ProductListItemReferenceclass | 
| Property | Modifiers | Type | Description | 
|---|---|---|---|
| _public? | boolean | (Optional) | |
| id | string | The id of the product list item. | |
| priority? | number | (Optional) | |
| productDetailsLink? | ProductDetailsLink | (Optional) | |
| productList? | ProductListLink | (Optional) | |
| purchasedQuantity? | number | (Optional) | |
| quantity? | number | (Optional) | |
| type? | ProductListItemReferenceTypeEnum | (Optional) |