updateProductEdition

Update a product 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 UpdateProductEditionInput!

    UpdateProductEditionInput 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

    Return Fields

    edition ProductEdition

    Updated edition

    userErrors [UpdateProductEditionErrors!]

    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.