v1
latestOpenAPI 3.0.02026-07-2664192238.8 KBProduct Categories
Update product category
Update product category by ID.
Scopes: products.write <br><a href="https://www.postman.com/omnisend-api/workspace/omnisend/overview" target="_blank">Check POSTMAN documentation</a>
patch/product-categories/{categoryID}
Path parameters
categoryIDstring required
Product category ID
Headers
Omnisend-Versionstring required
API version that specifies the response format and behaviour
Request body
Example request
{
"title": "Beauty products"
}Response
Product category updated successfully with the given ID
Example response
{
"categoryID": "shirts-1234"
}