Tags
List Tags
Returns all tags.
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
Check which nominal codes can be deleted. A code cannot be deleted if it is linked to sales order lines or used in nominal code mapping settings.
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.