v1

latestOpenAPI 3.0.02026-07-2664192238.8 KB
Product Categories

Get product category

Get product category by ID.

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

get/product-categories/{categoryID}

Path parameters

categoryIDstring required

Product category ID

Headers

Omnisend-Versionstring required

API version that specifies the response format and behaviour

Response

Product category found

categoryIDstring

Product category unique identifier (read-only)

createdAtstring

Product category creation timestamp (read-only)

titlestring

Product category name

updatedAtstring

Product category last update timestamp (read-only)

Example response

{
  "categoryID": "C1234",
  "createdAt": "2024-01-15T10:30:00Z",
  "title": "Beauty products",
  "updatedAt": "2024-01-16T14:45:00Z"
}