v1

latestOpenAPI 3.0.02026-07-2664192238.8 KB
Product Categories

Create product category

Creates a new product category

Scopes: products.write <br><a href="https://www.postman.com/omnisend-api/workspace/omnisend/overview" target="_blank">Check POSTMAN documentation</a>

post/product-categories

Headers

Omnisend-Versionstring required

API version that specifies the response format and behaviour

Request body

categoryIDstring required

Product category unique identifier. Range: 1-100 characters

titlestring required

Product category name. Max 255 characters

Example request

{
  "categoryID": "C1234",
  "title": "Beauty products"
}

Response

Product category created successfully with the given ID

categoryIDstring

Product category unique identifier

Example response

{
  "categoryID": "C1234"
}