Intro
Endpoint: https://api.omnisend.com/v5/product-categories
Guide: How to sync products catalog, categories
Use product categories to organize your products into groups. Assign categories to products via the categoryIDs field in the Products API.
Field constraints
| Field | Constraint |
|---|---|
| categoryID | 1-100 characters, must be unique per brand |
| title | Max 255 characters |
Pagination
| Parameter | Default | Max |
|---|---|---|
| limit | 100 | 250 |
| offset | 0 | - |
Behavior notes
Note: Creating a category with an existing
categoryIDreturns409 Conflict. Use PATCH to update existing categories.
Note: Create, update, and delete operations are processed asynchronously. Changes may take a moment to appear in subsequent requests.