v1

latestOpenAPI 3.0.12026-07-24501176.6 MB

Create or Update Product Brands

Creates new product brands or updates existing ones in bulk.

Code uniqueness: Brand codes are validated case-insensitively. For example, "BRAND1" and "brand1" are treated as duplicates. The same code can exist for different organizational units (ouCode).

post/v2/product/brands

Request body

codestring

Unique identifier for the brand. Codes are validated case-insensitively—"BRAND1" and "brand1" are treated as duplicates. The same code can exist for different organizational units (ouCode).

namestring

Display name for the brand.

descriptionstring

Optional description for the brand.

ouCodestring

Organizational unit code. When specified, brand code uniqueness is scoped to this organizational unit, allowing the same brand code to exist in different organizational units.

Example request

[
  {
    "code": "BRAND002COOKIE",
    "name": "Brand 2",
    "description": "parent test",
    "ouCode": "store1.ou"
  }
]

Response

Successful response