CatalogProductView
No description
type CatalogProductView {
  product: Product!
  description: String
  status: CatalogProductStatus
  available: Boolean!
}
Fields
CatalogProductView.product ● Product! non-null interface
CatalogProductView.description ● String scalar
CatalogProductView.status ● CatalogProductStatus enum
Indicates if this is part of the current subscription, or represents an upgrade or downgrade over the current product. Null if no user is being queried.
CatalogProductView.available ● Boolean! non-null scalar
Whether this product is available for self-service purchasing.
Member Of
ProductCatalogSection  object