ProductEdition

Product edition associated with the event.

This page contains

    Fields

    id: ID!

    Catalog reference ID of the product edition

    version: String!

    Edition version, either PUBLISHED or WORKING

    code: String!

    The code of the edition

    product: Product! PREVIEW

    Associated product

    inventory: Inventory
    pricing: EditionPricing PREVIEW
    name: [LocalizedString!]!

    The localized name of the edition

    status: ProductEditionStatus

    The status of the edition

    variant: ProductVariant

    Corresponding variant to this edition

    files: [ProductEditionFile!]!

    Associated files with this edition

    features: [ProductEditionFeature!]

    Features of the edition

    legalAndCompliance: ProductEditionLegalAndCompliance

    Legal and Compliance of the edition

    targetAudience: [LocalizedString!]! PREVIEW

    The localized name of the target audience

    position: Int

    Order of display in UI

    supportsUnitTransfer: Boolean! PREVIEW

    Whether edition supports unit transfer

    supportsEligibilityCheck: Boolean! PREVIEW

    Whether edition supports eligibility checks

    hidden: Boolean! PREVIEW

    Whether edition is hidden from marketplace customers

    customAttributeValues: [ProductCustomAttributeValue!]! PREVIEW

    Custom attribute values for this edition

    Parent objects of ProductEdition

    MarketplaceProductEditionBillingPattern PREVIEW
    MarketplaceProductEditionPricingItemSku PREVIEW
    MarketplaceProductFreeTrialEdition PREVIEW
    MarketplaceProductSubscriptionManagementEdition PREVIEW
    Product PREVIEW

    Product associated with an integration event.

    ProductIntegrationEventItem PREVIEW

    A product integration event.

    ProductVariant

    Specific variant of a Product from a configuration of a product's variant value

    QuoteItem PREVIEW

    Individual item within a quote representing a product to be purchased

    SubscriptionDefinition PREVIEW

    Subscription definition

    SubscriptionDefinitionPreview PREVIEW

    Subscription definition preview

    SubscriptionRecordState PREVIEW
    SubscriptionState PREVIEW

    Subscription State

    TransferUnitEligibleEdition PREVIEW

    Response for unit transfer.

    Mutations for ProductEdition

    createProductEdition

    Create an edition

    removeFileFromProductEdition PREVIEW

    Remove a file from a product edition

    updateProductEdition

    Update a product edition

    Queries for ProductEdition

    product

    Query a product

    transferUnitEligibleSubscriptions PREVIEW

    Get the list of eligible subscriptions for a unit transfer.

    vendorIntegrationEventDetail PREVIEW

    Fetch a single integration event by its unique token. Returns null if the event does not exist or the caller cannot access it.