v1

latestOpenAPI 3.0.2EULA2026-07-143221521.2 MB
Product brands

Create a batch of product brands

Batch process helps to add multiple product brands in one request. ⚠️ Endpoint is available only in the Enterprise interface.

post/product-brands/batch

Headers

Accept-Languagestring

The unique ID of the language code by ISO 639-1.

Request body

error_processing1 | 2

The parameter describes the batch method behavior in case of error occurs. Possible values are: 1 - It returns the first error found and rollback all previous changes (this is also the default behavior if the parameter is not set) / 2 - It creates all valid records and creates an error report from failed attempts.

Example request

{
  "product_brands": [
    {
      "product_brand_id": "83d1d11ea3884a5d33253fe214",
      "name": "The best brand N5",
      "external_id": "a5d332_5"
    }
  ]
}

Response

No Content