Preview

CartItemEdition is in Preview status and is subject to change without notice. For more information about Preview status, see the GraphQL API policy.

CartItemEdition

Represents the edition of the cart item

This page contains

    Fields

    id: ID!

    unqiue identifier of the edition

    code: String!

    The code of the edition

    name: String!

    Name of the edition

    revenueType: CartItemRevenueType! PREVIEW

    Revenue type of edition

    trial: CartItemPricingPeriod PREVIEW

    Free trial details

    expiredTrialGracePeriod: Int

    Grace period after the end of the free trial

    pricingPlans: [PricingPlan!]! PREVIEW

    List of plans for this edition

    legalAndCompliance: CartItemProductEditionLegalAndCompliance PREVIEW

    Legal and Compliance of the edition

    Parent objects of CartItemEdition

    CartItem PREVIEW

    Represents single item in the cart

    CartItemProduct PREVIEW

    Represents the product of the cart item