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: session
POST/api/b2b/pim/tagsauth: session
PATCH/api/b2b/pim/tags/:slugauth: session
DELETE/api/b2b/pim/tags/:slugauth: session

Notes

  • Tags are referenced from products by slug.
  • Deleting a tag that is still in use returns 409 Conflict. Pass ?cascade=true to remove it from every product first.