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.0Syntax
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. |
ImageUrl
The product image url
Declaration
public string ImageUrl { get; set; }
Property Value
Type | Description |
---|---|
System. |
Name
The name of the product
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System. |
ParentId
The parent id of the sku
Declaration
public string ParentId { get; set; }
Property Value
Type | Description |
---|---|
System. |
Price
The public price for the product
Declaration
public Decimal Price { get; set; }
Property Value
Type | Description |
---|---|
System. |
ProductId
The product identifier
Declaration
public string ProductId { get; set; }
Property Value
Type | Description |
---|---|
System. |
ProductUrl
The product url
Declaration
public string ProductUrl { get; set; }
Property Value
Type | Description |
---|---|
System. |
Quantity
The quantity on hand for the product
Declaration
public Decimal Quantity { get; set; }
Property Value
Type | Description |
---|---|
System. |
Sku
The sku code
Declaration
public string Sku { get; set; }
Property Value
Type | Description |
---|---|
System. |