A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Enum ItemType

The ItemType enumeration defines the catalog object item types.

Namespace: Mediachase.Commerce.Catalog.Objects
Assembly: Mediachase.Commerce.dll
Version: 10.8.0
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