Tags
List Tags
Returns a paginated list of tags using the DataTable system. Supports search, sort, archive filtering, and column inclusion/exclusion.
Create Tag
Creates a new tag.
Bulk Delete Tags
Bulk deletes multiple tags by IDs.
Show Tag
Returns a single tag by ID including counts of associated products, sales orders, and purchase orders.
Update Tag
Updates a tag's name. Name must be unique (ignores current record).
Delete Tag
Deletes a tag. Returns an error if the tag is still linked to any products, sales orders, or purchase orders.
Archive Tag
Archives a tag. Returns a warning if already archived.
Unarchive Tag
Unarchives a tag. Returns a warning if not currently archived.
Bulk Archive Tags
Bulk archives multiple tags by IDs.
Bulk Unarchive Tags
Bulk unarchives multiple tags by IDs.
Check Deletable
Checks which tags can be safely deleted (not linked to any products, sales orders, or purchase orders).
Import Tags
Imports tags in bulk from JSON data.
Preview Import Tags
Previews a tag import without committing changes. Returns what would be created/updated.