Skip to main content

TaxonomyBranchUpdateInput

The input for updating a TaxonomyBranch.

input TaxonomyBranchUpdateInput {
collectionId: ID
productTag: String
storefrontIds: [ID!]
taxonomyBranchId: ID!
title: String
}

Fields

TaxonomyBranchUpdateInput.collectionId ● ID scalar

The collectionId associated with the TaxonomyBranch. Not required as a field, but is strongly suggested to be populated, and one is generally created with a TaxonomyBranch.

TaxonomyBranchUpdateInput.productTag ● String scalar

The product tag associated with this TaxonomyBranch, used for filtering or display matching.

On a Root TaxonomyBranch, this is generally a taxPrefix that is used in all child TaxonomyBranches, i.e. "Taxonomy" for child branch productTags like "Taxonomy,Category,T-Shirts"

TaxonomyBranchUpdateInput.storefrontIds ● [ID!] list scalar

The storefronts this taxonomyTree is published to. This is only present on the Root TaxonomyBranch of a taxonomyTree and applies to all child taxonomyBranches.

TaxonomyBranchUpdateInput.taxonomyBranchId ● ID! non-null scalar

TaxonomyBranchUpdateInput.title ● String scalar

The name of the taxonomyBranch.

Member of

updateTaxonomyBranch mutation