Autoload: category fields
autoload_user_docs_node_fieldsRetrieve category-specific fields with types, requirements, dependencies, and allowed values to prepare feed files like XML or Excel.
Instructions
Returns the fields (tags) of a specific category for filling out the feed: their types (input/select/checkbox), whether they are required, dependencies between fields, allowed values, and references to catalogs. Read-only. First find the category slug via autoload_user_docs_tree, then call this method. Use it when preparing the XML/Excel file to know which tags are required for a category.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_slug | Yes | Slug (unique identifier) of the category from the autoload_user_docs_tree tree, e.g. "remont". Required. |