Hierarchies

Create new hierarchy

You can create a new hierarchy from the web but also uploading a csv file. This file must have the following structure: "id,name,parentId,description", and with the following considerations:

  • The id and parent_id always have to be numeric

  • If the parent_id is empty, then it will be considered first level

Edit existing hierarchy

You can edit an existing hierarchy directly on the web or uploading a csv file.

Last updated