Home > @poq/sdk-sfcc > CustomerProductList
Document representing a customer product List.
Signature:
export declare class CustomerProductList extends BaseModel<CustomerProductList>
Extends: BaseModel<CustomerProductList
Constructor | Modifiers | Description |
---|---|---|
(constructor)(params) | Constructs a new instance of the CustomerProductList class |
Property | Modifiers | Type | Description |
---|---|---|---|
_public? | boolean | (Optional) Indicates whether the owner made this product list available for access by other customers. | |
coRegistrant? | CustomerProductListRegistrant | (Optional) | |
creationDate? | string | (Optional) Returns the value of attribute ‘creationDate’. | |
currentShippingAddressLink? | CustomerAddressLink | (Optional) | |
customerProductListItems? | Array<CustomerProductListItem> | (Optional) The list of customer product list items. | |
description? | string | (Optional) The description of this product list. | |
event? | ProductListEvent | (Optional) | |
id? | string | (Optional) The id of this product list. | |
itemsLink? | CustomerProductListItemLink | (Optional) | |
lastModified? | string | (Optional) Returns the value of attribute ‘lastModified’. | |
name? | string | (Optional) The name of this product list. | |
postEventShippingAddressLink? | CustomerAddressLink | (Optional) | |
productListShippingAddress? | ProductListShippingAddress | (Optional) | |
registrant? | CustomerProductListRegistrant | (Optional) | |
shippingAddressLink? | CustomerAddressLink | (Optional) | |
type? | CustomerProductListTypeEnum | (Optional) The type of the product list. |