Home > @poq/sdk-sfcc > CustomerProductListItem
Document representing a customer product list item.
Signature:
export declare class CustomerProductListItem extends BaseModel<CustomerProductListItem>
Extends: BaseModel<CustomerProductListItem
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(params) | Constructs a new instance of the CustomerProductListItem class |
| Property | Modifiers | Type | Description |
|---|---|---|---|
| _public? | boolean | (Optional) Is this product list item available for access by other customers? | |
| id? | string | (Optional) The id of this product list item. | |
| priority? | number | (Optional) The priority of the item. | |
| product? | Product | (Optional) | |
| productDetailsLink? | ProductSimpleLink | (Optional) | |
| productId? | string | (Optional) The id of the product. | |
| purchasedQuantity? | number | (Optional) The quantity of products already purchased. | |
| quantity? | number | (Optional) The quantity of this product list item. | |
| type? | CustomerProductListItemTypeEnum | (Optional) The type of the item. |