Home > @poq/sdk-sfcc > PublicProductList
Signature:
export declare class PublicProductList extends BaseModel<PublicProductList>
Extends: BaseModel<PublicProductList
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(params) | Constructs a new instance of the PublicProductList class |
| Property | Modifiers | Type | Description |
|---|---|---|---|
| _public? | boolean | (Optional) Indicates whether the owner made this product list available for access by other customers. | |
| coRegistrant? | ProductListRegistrant | (Optional) | |
| creationDate? | string | (Optional) Returns the value of attribute ‘creationDate’. | |
| description? | string | (Optional) The description of this product list. | |
| event? | ProductListEvent | (Optional) | |
| id? | string | (Optional) The id of this product list. | |
| itemsLink? | ProductSimpleLink | (Optional) | |
| lastModified? | string | (Optional) Returns the value of attribute ‘lastModified’. | |
| name? | string | (Optional) The name of this product list. | |
| productListItems? | Array<PublicProductListItem> | (Optional) The product list items | |
| productListShippingAddress? | ProductListShippingAddress | (Optional) | |
| registrant? | ProductListRegistrant | (Optional) | |
| type? | PublicProductListTypeEnum | (Optional) The type of the product list. |