Skip to main content
Version: 0.1.0

Product

No description

interface Product {
productTypeMetadata: ProductTypeMetadata
name: String
description: String
displayPrice: String
sku: ID!
usage: [Usage!]!
benefits: [String!]!
}

Fields

Product.productTypeMetadata ● ProductTypeMetadata object

Product.name ● String scalar

Product.description ● String scalar

Product.displayPrice ● String scalar

A string used to communicate the price of this product. No currency or format should be assumed.

Product.sku ● ID! non-null scalar

Product.usage ● [Usage!]! non-null object

Any usage governed by this Product.

Product.benefits ● [String!]! non-null scalar

Any benefit descriptions.

Member Of

BillingOverview object ● CatalogProductView object ● ProductPurchasePreview object

Implemented By

ApiAccess object ● PlanTierV2 object ● ProjectPack object ● SupportTier object