Preview

createProductEditionAssociations is in Preview status and is subject to change without notice. For more information about Preview status, see the GraphQL API policy.

createProductEditionAssociations

Create an association between editions

This page contains

    Authorization Rules

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

    Scopes

    ROLE_CHANNEL_ADMIN

    ROLE_PARTNER

    Arguments

    input CreateProductEditionAssociationsInput! PREVIEW

    Input for Creating Product Edition Association

    CreateProductEditionAssociationsInput fields

    productEdition ProductEditionReferenceInput! PREVIEW

    The product ID and the edition ID of the parent product in the association

    requiresAnyOf [ProductEditionReferenceInput!]! PREVIEW

    List of the product IDs and their respective edition IDs that will be associated to

    tenant String

    Identifier of the tenant

    Return Fields

    associations [ProductEditionAssociation!] PREVIEW

    Product Edition Associations to be returned

    productEdition ProductEdition

    Product Editions related to be returned

    userErrors [CreateProductEditionAssociationError!] PREVIEW

    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.