CLITaxonomy
Taxonomy
5 `hanzo` commands for Taxonomy, each calling one operation on api.hanzo.ai.
Package taxonomy is the product catalogue's shape: which categories exist, what each product is called, which category it sits in, what it is tagged with, and the order the two are shown in.
5 commands · API reference →
| Command | Calls | What it does |
|---|---|---|
hanzo taxonomy categories set <id> | PUT /v1/taxonomy/categories/{id} | Creates or replaces one category and returns it as stored. |
hanzo taxonomy categories rm <id> | DELETE /v1/taxonomy/categories/{id} | Removes one empty category. |
hanzo taxonomy taxa set <id> | PUT /v1/taxonomy/taxa/{id} | Creates or replaces one product and returns it as stored. |
hanzo taxonomy taxa rm <id> | DELETE /v1/taxonomy/taxa/{id} | Removes one product from the catalogue. |
hanzo taxonomy get | GET /v1/taxonomy | Read returns the product catalogue as this caller sees it: the PLATFORM catalogue — Hanzo's own products, the part that… |
How is this guide?