Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 1.25 KB

CategorySuggestion.md

File metadata and controls

12 lines (9 loc) · 1.25 KB

# CategorySuggestion

Properties

Name Type Description Notes
category \eBay\Commerce\Taxonomy\Model\Category [optional]
category_tree_node_ancestors \eBay\Commerce\Taxonomy\Model\AncestorReference[] An ordered list of category references that describes the location of the suggested category in the specified category tree. The list identifies the category's ancestry as a sequence of parent nodes, from the current node's immediate parent to the root node of the category tree. Note: The root node of a full default category tree includes categoryId and categoryName fields, but their values should not be relied upon. They provide no useful information for application development. [optional]
category_tree_node_level int The absolute level of the category tree node in the hierarchy of its category tree. Note: The root node of any full category tree is always at level 0. [optional]
relevancy string This field is reserved for internal or future use. [optional]

[Back to Model list] [Back to API list] [Back to README]