v1
latestOpenAPI 3.0.02026-07-2664192238.8 KBProduct 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
Example request
{
"categoryID": "C1234",
"title": "Beauty products"
}Response
Product category created successfully with the given ID
Example response
{
"categoryID": "C1234"
}