ENUM
ProductState
Description
State of product.
link GraphQL Schema definition
- enum ProductState {
- # Product failed to activate.
- # Product is in activation.
- # Active product.
- # Disabled Product.
- # Product couldn't be disabled.
- # Product is being disabled.
- # Product has been selected for expiration, but somehow
- # expiration failed.
- # Expired product.
- # Inactive product state waiting to
- # be activated.
- # Unknown state.
- }