Skip to main content

UpdateProductAttributeDefinitionsInput

Autogenerated input type of UpdateProductAttributeDefinitions

input UpdateProductAttributeDefinitionsInput {
attributeDefinitions: [ProductUpdateAttributeDefinitionInput!]!
brandId: ID
clientMutationId: String
}

Fields

UpdateProductAttributeDefinitionsInput.attributeDefinitions ● [ProductUpdateAttributeDefinitionInput!]! non-null input

A list of the attributes definitions (associated to the brand) which will be updated.

UpdateProductAttributeDefinitionsInput.brandId ● ID scalar

The ID of the brand to which the attribute definition belongs. This parameter is optional but if not provided, should be provided in the X-Brand-Id header.

UpdateProductAttributeDefinitionsInput.clientMutationId ● String scalar

A unique identifier for the client performing the mutation.

Member Of

updateProductAttributeDefinitions mutation