LogoLogo
User ManualChangelogRoadmapAboutYouTube
GraphQL API
GraphQL API
  • GraphQL API
  • Overview
    • Query types
      • Stream queries
    • Error codes
    • Schema
      • Queries
      • Mutations
      • Objects
      • Interfaces
      • Scalars
      • Input objects
      • Enums
      • Unions
  • CHANGELOG
    • Changelog
    • Breaking changes
  • Guides
    • Authentication
    • Basic query tutorial
    • Batching mutations
    • Integrating data
  • Query examples
    • List of products with attributes and they values in product stream
    • Get information about specific product and specific attribute values in specific language
    • List of 100 grouped products with simple and variable products in stream
    • List of grouped products with simple and variable products AFTER some end cursor
    • List of active languages
    • List of templates with attributes
    • List of all multimedia in stream
    • List of product relations for a specific product
    • Get values of custom fields
    • Create a simple product
    • Create a grouping product
    • Create a variable product
    • Add a child product to grouping one
    • Set quantity of child product
    • Remove a child product from grouping one
    • Add a variant to variable product
    • Get products with variants, binding attributes and variants list
    • Remove a variant product from variable one
    • Multimedia create
    • Add images to the gallery attribute
    • Change the name of the multimedia
    • Set alternative value for a multimedia
    • Delete Multimedia
    • Add a file to the product
    • Get attributes list by SKU
    • Create a product and assign / modify attributes values
    • Assign the template to a product
    • Create a category
    • Get category tree by category tree code
    • Get a specific category with values of the category attribute
    • Set multiple options in multiselect attribute on specific product
  • Add option to select type attribute
Powered by GitBook
On this page
  • attributeAddMetadata
  • attributeCreateDate
  • attributeCreateFile
  • attributeCreateGallery
  • attributeCreateImage
  • attributeCreateMultiSelect
  • attributeCreateNumeric
  • attributeCreatePrice
  • attributeCreateProductRelation
  • attributeCreateSelect
  • attributeCreateTextarea
  • attributeCreateText
  • attributeCreateUnit
  • attributeDateSetFormat
  • attributeDelete
  • attributeDeleteMetadata
  • attributeMultiSelectAddOption
  • attributeMultiSelectDeleteOption
  • attributeMultiSelectSetOptionName
  • attributeMultiSelectSetOptions
  • attributeOptionAddCustomFieldImage
  • attributeOptionAddCustomFieldTextarea
  • attributeOptionAddCustomFieldTextareaRTE
  • attributeOptionAddCustomFieldText
  • attributeOptionAddOptionCustomFieldValueTranslationsImage
  • attributeOptionAddOptionCustomFieldValueTranslationsTextarea
  • attributeOptionAddOptionCustomFieldValueTranslationsTextareaRTE
  • attributeOptionAddOptionCustomFieldValueTranslationsText
  • attributeOptionDeleteCustomField
  • attributeOptionDeleteOptionCustomFieldValueTranslations
  • attributePriceSetCurrency
  • attributeSelectAddOption
  • attributeSelectDeleteOption
  • attributeSelectSetOptionName
  • attributeSelectSetOptions
  • attributeSetName
  • attributeTextareaSetRichEdit
  • attributeUnitSetUnit
  • categoryAddAttributeValueTranslationsDate
  • categoryAddAttributeValueTranslationsFile
  • categoryAddAttributeValueTranslationsGallery
  • categoryAddAttributeValueTranslationsImage
  • categoryAddAttributeValueTranslationsMultiSelect
  • categoryAddAttributeValueTranslationsNumeric
  • categoryAddAttributeValueTranslationsPrice
  • categoryAddAttributeValueTranslationsProductRelation
  • categoryAddAttributeValueTranslationsSelect
  • categoryAddAttributeValueTranslationsTextarea
  • categoryAddAttributeValueTranslationsText
  • categoryAddAttributeValueTranslationsUnit
  • categoryAttributeAddAttribute
  • categoryAttributeRemoveAttribute
  • categoryCreate
  • categoryDeleteAttributeValueTranslations
  • categoryDelete
  • categorySetName
  • multimediaCreate
  • multimediaDelete
  • multimediaFolderCreate
  • multimediaFolderDelete
  • multimediaMove
  • multimediaReplace
  • multimediaSetAlt
  • multimediaSetName
  • multimediaSetTitle
  • productAddAttributeValueTranslationsDate
  • productAddAttributeValueTranslationsFile
  • productAddAttributeValueTranslationsGallery
  • productAddAttributeValueTranslationsImage
  • productAddAttributeValueTranslationsMultiSelect
  • productAddAttributeValueTranslationsNumeric
  • productAddAttributeValueTranslationsPrice
  • productAddAttributeValueTranslationsProductRelation
  • productAddAttributeValueTranslationsSelect
  • productAddAttributeValueTranslationsTextarea
  • productAddAttributeValueTranslationsText
  • productAddAttributeValueTranslationsUnit
  • productAddCategories
  • productCreateGrouping
  • productCreateSimple
  • productCreateVariable
  • productDeleteAttributeValueTranslations
  • productDelete
  • productGroupingAddChild
  • productGroupingRemoveChild
  • productGroupingSetChildQuantity
  • productRemoveCategories
  • productSetStatus
  • productSetTemplate
  • productVariableAddVariant
  • productVariableRemoveVariant
  • productVariableSetBindings

Was this helpful?

Export as PDF
  1. Overview
  2. Schema

Mutations

Mutations allow modifing data on the server.

PreviousQueriesNextObjects

Last updated 5 months ago

Was this helpful?

attributeAddMetadata

Adds Attribute metadata.

Input fields:

input

Returns:

attributeCreateDate

Creates DateAttribute

Input fields:

input

Returns:

attributeCreateFile

Creates FileAttribute

Input fields:

input

Returns:

attributeCreateGallery

Creates GalleryAttribute

Input fields:

input

attributeCreateImage

Creates ImageAttribute

Input fields:

input

attributeCreateMultiSelect

Creates MultiSelectAttribute

Input fields:

input

attributeCreateNumeric

Creates NumericAttribute

Input fields:

input

attributeCreatePrice

Creates PriceAttribute

Input fields:

input

attributeCreateProductRelation

Creates ProductRelationAttribute

Input fields:

input

attributeCreateSelect

Creates SelectAttribute

Input fields:

input

attributeCreateTextarea

Creates TextareaAttribute

Input fields:

input

attributeCreateText

Creates TextAttribute

Input fields:

input

attributeCreateUnit

Creates UnitAttribute

Input fields:

input

attributeDateSetFormat

Sets a DateAttribute format.

Input fields:

input

attributeDelete

Deletes Attribute.

Input fields:

input

attributeDeleteMetadata

Deletes Attribute metadata.

Input fields:

input

attributeMultiSelectAddOption

Adds a MultiSelectAttribute option.

Input fields:

input

attributeMultiSelectDeleteOption

Deletes a MultiSelectAttribute option.

Input fields:

input

attributeMultiSelectSetOptionName

Sets a MultiSelectAttribute option name.

Input fields:

input

attributeMultiSelectSetOptions

Sets a MultiSelectAttribute options.

Input fields:

input

attributeOptionAddCustomFieldImage

Adds a custom field to OptionAttribute.

Input fields:

input

attributeOptionAddCustomFieldTextarea

Adds a custom field to OptionAttribute.

Input fields:

input

attributeOptionAddCustomFieldTextareaRTE

Adds a custom field to OptionAttribute.

Input fields:

input

attributeOptionAddCustomFieldText

Adds a custom field to OptionAttribute.

Input fields:

input

attributeOptionAddOptionCustomFieldValueTranslationsImage

Adds custom field value translations to an Option.

Input fields:

input

attributeOptionAddOptionCustomFieldValueTranslationsTextarea

Adds custom field value translations to an Option.

Input fields:

input

attributeOptionAddOptionCustomFieldValueTranslationsTextareaRTE

Adds custom field value translations to an Option.

Input fields:

input

attributeOptionAddOptionCustomFieldValueTranslationsText

Adds custom field value translations to an Option.

Input fields:

input

attributeOptionDeleteCustomField

Deletes custom field from an OptionAttribute.

Input fields:

input

attributeOptionDeleteOptionCustomFieldValueTranslations

Deletes custom field value translations from a Option.

Input fields:

input

attributePriceSetCurrency

Sets a PriceAttribute currency.

Input fields:

input

attributeSelectAddOption

Adds a SelectAttribute option.

Input fields:

input

attributeSelectDeleteOption

Deletes a SelectAttribute option.

Input fields:

input

attributeSelectSetOptionName

Sets a SelectAttribute option name.

Input fields:

input

attributeSelectSetOptions

Sets a SelectAttribute options.

Input fields:

input

attributeSetName

Sets Attribute name.

Input fields:

input

attributeTextareaSetRichEdit

Sets a TextareaAttribute richEdit.

Input fields:

input

attributeUnitSetUnit

Sets an UnitAttribute unit.

Input fields:

input

categoryAddAttributeValueTranslationsDate

Adds a DateAttribute value translations to a category.

Input fields:

input

categoryAddAttributeValueTranslationsFile

Adds a FileAttribute value translations to a category.

Input fields:

input

categoryAddAttributeValueTranslationsGallery

Adds a GalleryAttribute value translations to a category.

Input fields:

input

categoryAddAttributeValueTranslationsImage

Adds a ImageAttribute value translations to a category.

Input fields:

input

categoryAddAttributeValueTranslationsMultiSelect

Adds a MultiSelectAttribute value translations to a category.

Input fields:

input

categoryAddAttributeValueTranslationsNumeric

Adds a NumericAttribute value translations to a category.

Input fields:

input

categoryAddAttributeValueTranslationsPrice

Adds a PriceAttribute value translations to a category.

Input fields:

input

categoryAddAttributeValueTranslationsProductRelation

Adds a ProductRelationAttribute value translations to a category.

Input fields:

input

categoryAddAttributeValueTranslationsSelect

Adds a SelectAttribute value translations to a category.

Input fields:

input

categoryAddAttributeValueTranslationsTextarea

Adds a TextareaAttribute value translations to a category.

Input fields:

input

categoryAddAttributeValueTranslationsText

Adds a TextAttribute value translations to a category.

Input fields:

input

categoryAddAttributeValueTranslationsUnit

Adds a UnitAttribute value translations to a category.

Input fields:

input

categoryAttributeAddAttribute

Adds an Attribute as allowed to be used in Category.

Input fields:

input

categoryAttributeRemoveAttribute

Removes an Attribute as allowed to be used in Category.

Input fields:

input

categoryCreate

Creates a Category.

Input fields:

input

categoryDeleteAttributeValueTranslations

Deletes an attribute value translations from a Category.

Input fields:

input

categoryDelete

Deletes a Category.

Input fields:

input

categorySetName

Sets a Category name.

Input fields:

input

multimediaCreate

Creates a Multimedia.

Input fields:

input

multimediaDelete

Deletes a Multimedia.

Input fields:

input

multimediaFolderCreate

Creates a MultimediaFolder.

Input fields:

input

multimediaFolderDelete

Deletes a MultimediaFolder.

Input fields:

input

multimediaMove

Moves a Multimedia to MultimediaFolder. Multimedia.path identifier is changed as a result.

Input fields:

input

multimediaReplace

Replaces a Multimedia with given MultimediaPath. As a result new Multimedia is created, all relations to it are replaced with a new resource, and the existing one is deleted.

Input fields:

input

multimediaSetAlt

Sets a Multimedia alt.

Input fields:

input

multimediaSetName

Sets a Multimedia name.

Input fields:

input

multimediaSetTitle

Sets a Multimedia title.

Input fields:

input

productAddAttributeValueTranslationsDate

Adds a DateAttribute value translations to a product.

Input fields:

input

productAddAttributeValueTranslationsFile

Adds a FileAttribute value translations to a product.

Input fields:

input

productAddAttributeValueTranslationsGallery

Adds a GalleryAttribute value translations to a product.

Input fields:

input

productAddAttributeValueTranslationsImage

Adds a ImageAttribute value translations to a product.

Input fields:

input

productAddAttributeValueTranslationsMultiSelect

Adds a MultiSelectAttribute value translations to a product.

Input fields:

input

productAddAttributeValueTranslationsNumeric

Adds a NumericAttribute value translations to a product.

Input fields:

input

productAddAttributeValueTranslationsPrice

Adds a PriceAttribute value translations to a product.

Input fields:

input

productAddAttributeValueTranslationsProductRelation

Adds a ProductRelationAttribute value translations to a product.

Input fields:

input

productAddAttributeValueTranslationsSelect

Adds a SelectAttribute value translations to a product.

Input fields:

input

productAddAttributeValueTranslationsTextarea

Adds a TextareaAttribute value translations to a product.

Input fields:

input

productAddAttributeValueTranslationsText

Adds a TextAttribute value translations to a product.

Input fields:

input

productAddAttributeValueTranslationsUnit

Adds a UnitAttribute value translations to a product.

Input fields:

input

productAddCategories

Adds a product to categories.

Input fields:

input

productCreateGrouping

Creates a GroupingProduct.

Input fields:

input

productCreateSimple

Creates a SimpleProduct.

Input fields:

input

productCreateVariable

Creates a VariableProduct.

Input fields:

input

productDeleteAttributeValueTranslations

Deletes an attribute value translations from a Product.

Input fields:

input

productDelete

Deletes a product.

Input fields:

input

productGroupingAddChild

Adds a child product to a GroupingProduct.

Input fields:

input

productGroupingRemoveChild

Removes a child product from a GroupingProduct.

Input fields:

input

productGroupingSetChildQuantity

Set a child product quantity of a GroupingProduct.

Input fields:

input

productRemoveCategories

Removes a product from categories.

Input fields:

input

productSetStatus

Sets a product status.

Input fields:

input

productSetTemplate

Sets a product Template.

Input fields:

input

productVariableAddVariant

Adds a variant product to a VariableProduct.

Input fields:

input

productVariableRemoveVariant

Removes a variant product from a VariableProduct.

Input fields:

input

productVariableSetBindings

Sets binding attributes to VariableProduct.

Input fields:

input

Returns:

Returns:

Returns:

!

Returns:

Returns:

Returns:

Returns:

Returns:

Returns:

Returns:

Returns:

Returns:

Returns:

Returns:

Returns:

Returns:

Returns:

Returns:

Returns:

Returns:

Returns:

Returns:

Returns:

Returns:

Returns:

Returns:

Returns:

Returns:

Returns:

Returns:

Returns:

Returns:

Returns:

Returns:

Returns:

Returns:

Returns:

Returns:

Returns:

Returns:

Returns:

Returns:

Returns:

Returns:

Returns:

Returns:

Returns:

Returns:

Returns:

Returns:

Returns:

Returns:

Returns:

Returns:

Returns:

Returns:

Returns:

Returns:

Returns:

Returns:

Returns:

Returns:

Returns:

Returns:

Returns:

Returns:

Returns:

Returns:

Returns:

Returns:

Returns:

Returns:

Returns:

Returns:

Returns:

Returns:

Returns:

Returns:

Returns:

Returns:

Returns:

Returns:

Returns:

Returns:

Returns:

Returns:

Returns:

Returns:

Returns:

AttributeMultiSelectDeleteOptionPayload
AttributeAddMetadataInput!
AttributeCreateDateInput!
AttributeCreateFileInput!
AttributeCreateGalleryInput!
AttributeCreateImageInput!
AttributeCreateMultiSelectInput!
AttributeCreateNumericInput
AttributeCreatePriceInput!
AttributeCreateProductRelationInput!
AttributeCreateSelectInput!
AttributeCreateTextareaInput!
AttributeCreateTextInput!
AttributeCreateUnitInput!
AttributeDateSetFormatInput!
AttributeDeleteInput!
AttributeDeleteMetadataInput!
AttributeMultiSelectAddOptionInput!
AttributeMultiSelectDeleteOptionInput!
AttributeMultiSelectSetOptionNameInput!
AttributeMultiSelectSetOptionsInput!
AttributeOptionAddCustomFieldImageInput!
AttributeOptionAddCustomFieldTextareaInput!
AttributeOptionAddCustomFieldTextareaRTEInput!
AttributeOptionAddCustomFieldTextInput!
AttributeOptionAddOptionCustomFieldValueTranslationsImageInput!
AttributeOptionAddOptionCustomFieldValueTranslationsTextareaInput!
AttributeOptionAddOptionCustomFieldValueTranslationsTextareaRTEInput!
AttributeOptionAddOptionCustomFieldValueTranslationsTextInput!
AttributeOptionDeleteCustomFieldInput!
AttributeOptionDeleteOptionCustomFieldValueTranslationsInput!
AttributePriceSetCurrencyInput!
AttributeSelectAddOptionInput!
AttributeSelectDeleteOptionInput!
AttributeSelectSetOptionNameInput!
AttributeSelectSetOptionsInput!
AttributeSetNameInput!
AttributeTextareaSetRichEditInput!
AttributeUnitSetUnitInput!
CategoryAddAttributeValueTranslationsDateInput!
CategoryAddAttributeValueTranslationsFileInput!
CategoryAddAttributeValueTranslationsGalleryInput!
CategoryAddAttributeValueTranslationsImageInput!
CategoryAddAttributeValueTranslationsMultiSelectInput!
CategoryAddAttributeValueTranslationsNumericInput!
CategoryAddAttributeValueTranslationsPriceInput!
CategoryAddAttributeValueTranslationsProductRelationInput!
CategoryAddAttributeValueTranslationsSelectInput!
CategoryAddAttributeValueTranslationsTextareaInput!
CategoryAddAttributeValueTranslationsTextInput!
CategoryAddAttributeValueTranslationsUnitInput!
CategoryAttributeAddAttributeInput!
CategoryAttributeRemoveAttributeInput!
CategoryCreateInput!
CategoryDeleteAttributeValueTranslationsInput!
CategoryDeleteInput!
CategorySetNameInput!
MultimediaCreateInput!
MultimediaDeleteInput!
MultimediaFolderCreateInput!
MultimediaFolderDeleteInput!
MultimediaMoveInput!
MultimediaReplaceInput!
MultimediaSetAltInput!
MultimediaSetNameInput!
MultimediaSetTitleInput!
ProductAddAttributeValueTranslationsDateInput!
ProductAddAttributeValueTranslationsFileInput!
ProductAddAttributeValueTranslationsGalleryInput!
ProductAddAttributeValueTranslationsImageInput!
ProductAddAttributeValueTranslationsMultiSelectInput!
ProductAddAttributeValueTranslationsNumericInput!
ProductAddAttributeValueTranslationsPriceInput!
ProductAddAttributeValueTranslationsProductRelationInput!
ProductAddAttributeValueTranslationsSelectInput!
ProductAddAttributeValueTranslationsTextareaInput!
ProductAddAttributeValueTranslationsTextInput!
ProductAddAttributeValueTranslationsUnitInput!
ProductAddCategoriesInput!
ProductCreateGroupingInput!
ProductCreateSimpleInput!
ProductCreateVariableInput!
ProductDeleteAttributeValueTranslationsInput!
ProductDeleteInput!
ProductGroupingAddChildInput!
ProductGroupingRemoveChildInput!
ProductGroupingSetChildQuantityInput!
ProductRemoveCategoriesInput!
ProductSetStatusInput!
ProductSetTemplateInput!
ProductVariableAddVariantInput!
ProductVariableRemoveVariantInput!
ProductVariableSetBindingsInput!
AttributeAddMetadataPayload
AttributeCreateDatePayload
AttributeCreateFilePayload
AttributeCreateGalleryPayload
AttributeCreateImagePayload
AttributeCreateMultiSelectPayload
AttributeCreateNumericPayload
AttributeCreatePricePayload
AttributeCreateProductRelationPayload
AttributeCreateSelectPayload
AttributeCreateTextareaPayload
AttributeCreateTextPayload
AttributeCreateUnitPayload
AttributeDateSetFormatPayload
AttributeDeletePayload
AttributeDeleteMetadataPayload
AttributeMultiSelectAddOptionPayload
AttributeMultiSelectSetOptionNamePayload
AttributeMultiSelectSetOptionsPayload
AttributeOptionAddCustomFieldImagePayload
AttributeOptionAddCustomFieldTextareaPayload
AttributeOptionAddCustomFieldTextareaRTEPayload
AttributeOptionAddCustomFieldTextPayload
AttributeOptionAddOptionCustomFieldValueTranslationsImagePayload
AttributeOptionAddOptionCustomFieldValueTranslationsTextareaPayload
AttributeOptionAddOptionCustomFieldValueTranslationsTextareaRTEPayload
AttributeOptionAddOptionCustomFieldValueTranslationsTextPayload
AttributeOptionDeleteCustomFieldPayload
AttributeOptionDeleteOptionCustomFieldValueTranslationsPayload
AttributePriceSetCurrencyPayload
AttributeSelectAddOptionPayload
AttributeSelectDeleteOptionPayload
AttributeSelectSetOptionNamePayload
AttributeSelectSetOptionsPayload
AttributeSetNamePayload
AttributeTextareaSetRichEditPayload
AttributeUnitSetUnitPayload
CategoryAddAttributeValueTranslationsDatePayload
CategoryAddAttributeValueTranslationsFilePayload
CategoryAddAttributeValueTranslationsGalleryPayload
CategoryAddAttributeValueTranslationsImagePayload
CategoryAddAttributeValueTranslationsMultiSelectPayload
CategoryAddAttributeValueTranslationsNumericPayload
CategoryAddAttributeValueTranslationsPricePayload
CategoryAddAttributeValueTranslationsProductRelationPayload
CategoryAddAttributeValueTranslationsSelectPayload
CategoryAddAttributeValueTranslationsTextareaPayload
CategoryAddAttributeValueTranslationsTextPayload
CategoryAddAttributeValueTranslationsUnitPayload
CategoryAttributeAddAttributePayload
CategoryAttributeRemoveAttributePayload
CategoryCreatePayload
CategoryDeleteAttributeValueTranslationsPayload
CategoryDeletePayload
CategorySetNamePayload
MultimediaCreatePayload
MultimediaDeletePayload
MultimediaFolderCreatePayload
MultimediaFolderDeletePayload
MultimediaMovePayload
MultimediaReplacePayload
MultimediaSetAltPayload
MultimediaSetNamePayload
MultimediaSetTitlePayload
ProductAddAttributeValueTranslationsDatePayload
ProductAddAttributeValueTranslationsFilePayload
ProductAddAttributeValueTranslationsGalleryPayload
ProductAddAttributeValueTranslationsImagePayload
ProductAddAttributeValueTranslationsMultiSelectPayload
ProductAddAttributeValueTranslationsNumericPayload
ProductAddAttributeValueTranslationsPricePayload
ProductAddAttributeValueTranslationsProductRelationPayload
ProductAddAttributeValueTranslationsSelectPayload
ProductAddAttributeValueTranslationsTextareaPayload
ProductAddAttributeValueTranslationsTextPayload
ProductAddAttributeValueTranslationsUnitPayload
ProductAddCategoriesPayload
ProductCreateGroupingPayload
ProductCreateSimplePayload
ProductCreateVariablePayload
ProductDeleteAttributeValueTranslationsPayload
ProductDeletePayload
ProductGroupingAddChildPayload
ProductGroupingRemoveChildPayload
ProductGroupingSetChildQuantityPayload
ProductRemoveCategoriesPayload
ProductSetStatusPayload
ProductSetTemplatePayload
ProductVariableAddVariantPayload
ProductVariableRemoveVariantPayload
ProductVariableSetBindingsPayload