UpdateProductAttributeDefinitionsInput
Autogenerated input type of UpdateProductAttributeDefinitions
input UpdateProductAttributeDefinitionsInput {
attributeDefinitions: [ProductUpdateAttributeDefinitionInput!]!
brandId: ID @deprecated
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 deprecated scalar
DEPRECATED
This argument will be removed in the future. Brand is becoming a product-only attribute. Use company context instead. If provided, attribute definition will be validated against brand's company.
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