Home > @poq/sdk-sfcc > PublicProductListItem
Document representing a product list item.
Signature:
export declare class PublicProductListItem extends BaseModel<PublicProductListItem>
Extends: BaseModel<PublicProductListItem
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(params) | Constructs a new instance of the PublicProductListItem class |
| Property | Modifiers | Type | Description |
|---|---|---|---|
| id? | string | (Optional) The id of this product list item. | |
| priority? | number | (Optional) The priority of the item. | |
| product? | Product | (Optional) | |
| productDetailsLink? | ProductSimpleLink | (Optional) | |
| type? | PublicProductListItemTypeEnum | (Optional) The type of the item. |