ProductEdition
ProductEdition definition
This page contains
Fields
| id: ID! | Unique identifier |
| version: String! | Version of the product edition "WORKING" for the current working version "PUBLISHED" for the latest published version a product publication request id for the version at the moment the product's publication was requested |
| 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 PREVIEW | 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 |
| hidden: Boolean! PREVIEW | Whether edition is hidden from marketplace customers |
Parent objects of ProductEdition
| Product PREVIEW | Product definition |
| ProductVariant PREVIEW | Specific variant of a Product from a configuration of a product's variant value |
| SubscriptionDefinition PREVIEW | Subscription definition |
| SubscriptionDefinitionPreview PREVIEW | Subscription definition 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. |