brandon14/ebay-sdk-php

View on GitHub
src/Commerce/Taxonomy/V1/docs/Model/CategorySuggestion.md

Summary

Maintainability
Test Coverage
# # CategorySuggestion

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**category** | [**\TNT\Ebay\Commerce\Taxonomy\V1\Model\Category**](Category.md) |  | [optional]
**category_tree_node_ancestors** | [**\TNT\Ebay\Commerce\Taxonomy\V1\Model\AncestorReference[]**](AncestorReference.md) | 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.    <br /><br />          <span class=\"tablenote\"> <strong>Note:</strong> The root node of a full default category tree includes <b>categoryId</b> and <b>categoryName</b> fields, but their values should not be relied upon. They provide no useful information for application development. </span> | [optional]
**category_tree_node_level** | **int** | The absolute level of the category tree node in the hierarchy of its category tree.    <br /><br />          <span class=\"tablenote\"> <strong>Note:</strong> The root node of any full category tree is always at level <code><b>0</b></code>. </span> | [optional]
**relevancy** | **string** | This field is reserved for internal or future use. | [optional]

[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)