v1

latestOpenAPI 3.0.02026-07-2664192238.8 KB
Product 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

titlestring required

Product category name. Max 255 characters

Example request

{
  "title": "Beauty products"
}

Response

Product category updated successfully with the given ID

categoryIDstring

Product category unique identifier (read-only)

Example response

{
  "categoryID": "shirts-1234"
}