Create Global Brand
Products
Create Global Brand
Create a brand and return its id — pass it as a product’s global_brand_id when creating products. The returned name is the brand’s canonical name and may differ slightly from the name you sent. This is separate from POST /brands, which creates a brand a project tracks for AI-visibility reporting.
POST
Create Global Brand
Authorizations
Body
Response
The brand
The brand
The global_brand_id — pass this as a product's brand when creating products.
Pattern:
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$Example:
"019ecb6e-d030-7222-b531-b371fe9db583"
The brand's canonical name. May differ slightly from the name you sent, since an existing brand is reused where one is found.
Example:
"Nike"
