Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class Product

Represents a Products model in ODP

Inheritance
System.Object
Product
Namespace: EPiServer.Commerce.ODP.Internal.Models
Assembly: EPiServer.Commerce.ODP.dll
Version: 14.26.0
Syntax
public class Product : Object

Constructors

Product()

Declaration
public Product()

Properties

AdditionalFields

Custom fields for the product

Declaration
public Dictionary<string, object> AdditionalFields { get; set; }
Property Value
Type Description
System.Collections.Generic.Dictionary<System.String, System.Object>

ImageUrl

The product image url

Declaration
public string ImageUrl { get; set; }
Property Value
Type Description
System.String

Name

The name of the product

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String

ParentId

The parent id of the sku

Declaration
public string ParentId { get; set; }
Property Value
Type Description
System.String

Price

The public price for the product

Declaration
public Decimal Price { get; set; }
Property Value
Type Description
System.Decimal

ProductId

The product identifier

Declaration
public string ProductId { get; set; }
Property Value
Type Description
System.String

ProductUrl

The product url

Declaration
public string ProductUrl { get; set; }
Property Value
Type Description
System.String

Quantity

The quantity on hand for the product

Declaration
public Decimal Quantity { get; set; }
Property Value
Type Description
System.Decimal

Sku

The sku code

Declaration
public string Sku { get; set; }
Property Value
Type Description
System.String