createProductEdition

Create an edition

This page contains

    Authorization Rules

    This request requires authorization with at least one of the following scopes:

    Scopes

    ROLE_DEVELOPER

    ROLE_CHANNEL_ADMIN

    ROLE_PARTNER

    Arguments

    input CreateProductEditionInput!

    CreateProductEditionInput 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

    Return Fields

    edition ProductEdition

    Created edition

    userErrors [CreateProductEditionError!]

    User errors

    Interactive example

    This is an example mutation query. Use the embedded interactive tool below to edit the query.

    Hint: use Ctrl + Space for autocompleting fields.