UpdateProductEditionInput
Input used when updating a product edition
This page contains
Fields
| id ID! | Product edition identifier |
| productId ID! | Product identifier |
| code StringInput | New edition code |
| name [LocalStringInput!] | New name for the edition |
| 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 UpdateProductEditionInput
| updateProductEdition | Update a product edition |