Table of Contents

Interface IProduct

Namespace
Rescope.Commerce.Core.Models
Assembly
Rescope.Commerce.Core.dll
[JsonObject(NamingStrategyType = typeof(CamelCaseNamingStrategy))]
public interface IProduct : IProductOrVariant
Inherited Members

Properties

Name

string Name { get; }

Property Value

string

Sku

string Sku { get; }

Property Value

string

Variants

IEnumerable<IProductVariant> Variants { get; }

Property Value

IEnumerable<IProductVariant>

Methods

Content()

IPublishedContent? Content()

Returns

IPublishedContent

Content<T>()

T? Content<T>() where T : IPublishedContent

Returns

T

Type Parameters

T