v1

latestOpenAPI 3.0.02026-07-2664192238.8 KB
Product Categories

List product categories

List products categories

Scopes: products.read <br>Guide: <a href="https://api-docs.omnisend.com/docs/how-to-sync-products-catalog-categories" target="_blank">Sync products catalog, categories</a> <br><a href="https://www.postman.com/omnisend-api/workspace/omnisend/overview" target="_blank">Check POSTMAN documentation</a>

get/product-categories

Query parameters

offsetinteger

Offset

limitinteger

Limit

sort'title' | 'updatedAt' | 'createdAt'

Sort by

Headers

Omnisend-Versionstring required

API version that specifies the response format and behaviour

Response

List of product categories

Example response

{
  "categories": [
    {
      "categoryID": "C1234",
      "createdAt": "2024-01-15T10:30:00Z",
      "title": "Beauty products",
      "updatedAt": "2024-01-16T14:45:00Z"
    }
  ],
  "paging": {
    "limit": 100,
    "next": "https://api.omnisend.com/api/batches?limit=100&offset=105",
    "offset": 5,
    "previous": "https://api.omnisend.com/api/batches?limit=100&offset=5"
  }
}