Skip to main content

Bundle

No description

type Bundle {
id: ID!
slug: Slug!
name: String!
purchasable: Boolean
planId: ID
variations: [BundleVariation]
taxable: Boolean
needShippingAddress: Boolean
priceInCents: Int
weight: Float
annualPlanId: ID
annualPriceInCents: Int
}

Fields

Bundle.id ● ID! non-null scalar

Bundle.slug ● Slug! non-null scalar

Bundle.name ● String! non-null scalar

Bundle.purchasable ● Boolean scalar

Bundle.planId ● ID scalar

Bundle.variations ● [BundleVariation] list object

Bundle.taxable ● Boolean scalar

Bundle.needShippingAddress ● Boolean scalar

Bundle.priceInCents ● Int scalar

Bundle.weight ● Float scalar

Bundle.annualPlanId ● ID scalar

Bundle.annualPriceInCents ● Int scalar

Member of

AccessExpiration object ● BundleCoupon object ● CatalogMeta object ● CatalogSettings object ● PurchasedBundle object ● RedemptionCodeGroup object ● RegistrationCode object ● SSOSettings object

Implemented by

AccessExpirationResource union