createProductEditionAssociations
Create an association between editions
This page contains
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.