Table of Contents

Class FavoriteProduct

Namespace
Dynamicweb.Ecommerce.CustomerExperienceCenter.Favorites
Assembly
Dynamicweb.Ecommerce.dll
public class FavoriteProduct
Inheritance
FavoriteProduct
Inherited Members

Properties

AutoId

Gets or sets the favorite product identifier.
public int AutoId { get; set; }

Property Value

int
The identifier.

ListId

Gets or sets the list identifier.
public int ListId { get; set; }

Property Value

int
The list identifier.

Note

Gets or sets the note.
public string Note { get; set; }

Property Value

string
The note.

ProductId

Gets or sets the product identifier.
public string ProductId { get; set; }

Property Value

string
The product identifier.

ProductReferenceUrl

Gets or sets the product reference URL.
public string ProductReferenceUrl { get; set; }

Property Value

string
The product reference URL.

ProductVariantId

Gets or sets the product variant identifier.
public string ProductVariantId { get; set; }

Property Value

string
The product variant identifier.

Quantity

Gets or sets the quantity.
public int? Quantity { get; set; }

Property Value

int?
The quantity.

SortOrder

Gets or sets the sort order.
public int SortOrder { get; set; }

Property Value

int
The sort order.
To top