London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Enum ItemType

The ItemType enumeration defines the catalog object item types.

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