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 ItemType

The ItemType enumeration defines the catalog object item types.

Inheritance
System.Object
ItemType
Namespace: Mediachase.Commerce.Catalog.Objects
Assembly: Mediachase.Commerce.dll
Version: 14.26.0
Syntax
public sealed class ItemType : Enum

Fields

Bundle

Represents the bundle type.

Declaration
public const ItemType Bundle
Field Value
Type Description
ItemType

Custom1

Represents the user-defined type Custom1.

Declaration
public const ItemType Custom1
Field Value
Type Description
ItemType

Custom2

Represents the user-defined type Custom2.

Declaration
public const ItemType Custom2
Field Value
Type Description
ItemType

Custom3

Represents the user-defined type Custom3.

Declaration
public const ItemType Custom3
Field Value
Type Description
ItemType

DynamicPackage

Represents the dynamic package type.

Declaration
public const ItemType DynamicPackage
Field Value
Type Description
ItemType

Package

Represents the package type.

Declaration
public const ItemType Package
Field Value
Type Description
ItemType

Product

Represents the product type.

Declaration
public const ItemType Product
Field Value
Type Description
ItemType

value__

Declaration
public int value__
Field Value
Type Description
System.Int32

Variation

Represents the variation type.

Declaration
public const ItemType Variation
Field Value
Type Description
ItemType