Brands

Brands are first-class entities with their own pages, logos, and SEO metadata. Every product references a brand by its code.

Endpoints

GET/api/b2b/pim/brandsauth: session
GET/api/b2b/pim/brands/:codeauth: session
POST/api/b2b/pim/brandsauth: session
PATCH/api/b2b/pim/brands/:codeauth: session
DELETE/api/b2b/pim/brands/:codeauth: session

Data shape

  • code — stable, URL-safe tenant-unique identifier.
  • nameMultiLangString.
  • descriptionMultiLangString, HTML-safe.
  • logo — CDN asset reference.
  • website — external URL displayed on the brand page.
  • seo{ title, description, og_image } per locale.