AddProductAttributeDefinitionsInput
Autogenerated input type of AddProductAttributeDefinitions
input AddProductAttributeDefinitionsInput {
attributeDefinitions: [ProductAttributeDefinitionInput!]!
brandId: ID @deprecated
clientMutationId: String
}
Fields
AddProductAttributeDefinitionsInput.attributeDefinitions ● [ProductAttributeDefinitionInput!]! non-null input
A list of the attributes definitions that will be associated to the brand.
AddProductAttributeDefinitionsInput.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, the attribute definition will be created within 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.
AddProductAttributeDefinitionsInput.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
Member Of
addProductAttributeDefinitions mutation