OBJECT
Taxon
Category or Sub-category for organising adverts. Has a tree-like structure with parents and children.
link GraphQL Schema definition
- type Taxon implements Node {
- # Alternative term that could be used to reference this taxon.
- String :
- # The adverts that belong to this taxon.
- #
- # Arguments
- # after: Returns the elements in the list that come after the
- # specified cursor.
- # before: Returns the elements in the list that come before the
- # specified cursor.
- # first: Returns the first _n_ elements from the list.
- # last: Returns the last _n_ elements from the list.
- # onlineOnly: Request only online adverts associated with the
- # taxon. Default is true.
- # includeLinkedToDescendants: Request adverts associated with
- # taxon or its child taxons.
- (
- String, :
- String, :
- Int, :
- Int, :
- Boolean, :
- Boolean :
- ): AdvertsConnection!
- # Arguments
- # after: Returns the elements in the list that come after the
- # specified cursor.
- # before: Returns the elements in the list that come before the
- # specified cursor.
- # first: Returns the first _n_ elements from the list.
- # last: Returns the last _n_ elements from the list.
- # showOnlineOnly: Request only taxons that have online adverts
- # associated with them.
- (
- String, :
- String, :
- Int, :
- Int, :
- Boolean :
- ): TaxonsConnection!
- String :
- String! :
- ExternalID!]! : [
- # Google category associated to the taxon - supplied to the Google Content API
- String :
- # A boolean for whether a taxon has brands or not
- Boolean! :
- ID! :
- # The display image for each taxon.
- Image :
- Int! :
- # Maximum purchase quantity allowed for successful checkout
- Int :
- # Minimum purchase quantity required for successful checkout
- Int :
- Taxon :
- Prototype! :
- # The tax code the category falls under
- String :
- # The tax rate applied to this category
- Float :
- TaxonTypeEnum! :
- # Taxon title. Mostly for internal organisation.
- String! :
- # Taxon tree formatted to string
- #
- # Arguments
- # separator: Separator for taxon hierarchy tree
- String): String! ( :
- # The URL subpath associated with the given taxon.
- #
- # Mostly used for building URLs for advert search results.
- String! :
- }
link Require by
- AdvertAn advert
- AdvertCategorySuggestionAn advert category suggestion generated by an AI.
- BrandProduct brand
- BrandOrTaxonA Brand or Taxon, returned by TextQuerySuggestionType
- CustomCommissionRateCustom commission rate belonging to a taxon (or category) within a commission package
- GoldenProductA golden product record.
- MapToUnionnull
- RankedResultRankedResult records - force first adverts for category/brand
- SizeMatrixnull
- SuggestionsUnionnull
- TaxonCategory or Sub-category for organising adverts. Has a tree-like structure with parents and children.
- TaxonConnectionThe connection type for Taxon.
- TaxonCreateOrUpdateMutationPayloadAutogenerated return type of TaxonCreateOrUpdateMutation.
- TaxonEdgeAn edge in a connection.
- TaxonsConnectionThe connection type for Taxon.
- TaxonsEdgeAn edge in a connection.