Open API v2 will be deprecated on April 3, 2023. Please begin transitioning to Open API v3 as soon as possible. As of September 29, 2022 all new apps will only be permitted to use Open API v3.

API Documentation

TaxonomyNodeProperty

Overview

A representation of a listing's inventory.

Fields

Field Visibility Level Permission Scope Type Description
property_id public none int The ID of the property.
name public none string The name of the property.
display_name public none string The name used in user interfaces.
scales public none array(TaxonomyPropertyScale) A list of available scales.
is_required public none boolean Is this attribute required for listings in this category?
supports_attributes public none boolean Can this property be used in listing attributes?
supports_variations public none boolean Can this property be used in listing variations?
is_multivalued public none boolean Can this property have multiple values?
possible_values public none array(TaxonomyPropertyValue) A list of allowed values.
selected_values public none array(TaxonomyPropertyValue) A list of values that are always selected for the given category.

Associations

This resource has no associations.

Methods

getTaxonomyNodeProperties

Method Name getTaxonomyNodeProperties
Synopsis Get the possible properties of a taxonomy node
HTTP Method GET
URI /taxonomy/seller/:taxonomy_id/properties
Parameters
Name Required Default Type
taxonomy_id Y   int
Requires OAuth N
Permission Scope none

Open API v3New

Your developer account