ProductCategoryState

  • This document defines enums to describe the state of a product category.

  • The possible states are UNSPECIFIED, UNKNOWN, ENABLED, and OBSOLETE.

  • UNKNOWN is used for return values, while OBSOLETE is only for reporting.

Enum describing the state of the product category.

Enums

UNSPECIFIED

Not specified.

UNKNOWN

Used for return value only. Represents value unknown in this version.

ENABLED

The category is enabled.

OBSOLETE

The category is obsolete. Used only for reporting purposes.