AddProductAttributeDefinitionsInput
Autogenerated input type of AddProductAttributeDefinitions
input AddProductAttributeDefinitionsInput {
attributeDefinitions: [ProductAttributeDefinitionInput!]!
brandId: ID
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 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.
AddProductAttributeDefinitionsInput.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
Member Of
addProductAttributeDefinitions mutation