v1
latestOpenAPI 3.0.12026-07-24501176.6 MBCreate 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
Example request
[
{
"code": "BRAND002COOKIE",
"name": "Brand 2",
"description": "parent test",
"ouCode": "store1.ou"
}
]Response
Successful response