Tags
Tags are lightweight, free-form labels — use them for merchandising flags (“new”, “clearance”), editorial themes (“modern-kitchen”), or internal operational markers (“needs-photos”).
Endpoints
GET
/api/b2b/pim/tagsauth: sessionPOST
/api/b2b/pim/tagsauth: sessionPATCH
/api/b2b/pim/tags/:slugauth: sessionDELETE
/api/b2b/pim/tags/:slugauth: sessionNotes
- Tags are referenced from products by
slug. - Deleting a tag that is still in use returns
409 Conflict. Pass?cascade=trueto remove it from every product first.