CreateProductEditionInput
Input used when creating a product edition
This page contains
Fields
| productId ID! | Identifier of the product to create the edition for | 
| code StringInput! | Edition code | 
| name [LocalStringInput!] | Edition name | 
| features [ProductEditionFeatureInput!] | Features of the edition | 
| legalAndCompliance ProductEditionLegalAndComplianceInput | Legal and Compliance of the edition | 
| targetAudience [LocalStringInput!] PREVIEW | Target audience | 
| position Int | Order of display in UI | 
| hidden Boolean PREVIEW | Whether edition is hidden from marketplace customers | 
Mutations for CreateProductEditionInput
| createProductEdition | Create an edition |