SaaS CMS has officially launched! Learn more now.

Enum ItemType

The ItemType enumeration defines the catalog object item types.

Namespace: Mediachase.Commerce.Catalog.Objects
Assembly: Mediachase.Commerce.dll
Version: 11.8.3
Syntax
public enum ItemType

Fields

Name Description
Bundle

Represents the bundle type.

Custom1

Represents the user-defined type Custom1.

Custom2

Represents the user-defined type Custom2.

Custom3

Represents the user-defined type Custom3.

DynamicPackage

Represents the dynamic package type.

Package

Represents the package type.

Product

Represents the product type.

Variation

Represents the variation type.

Extension Methods