📄️ Introduction
Categories organize your product catalog in hierarchical structures for better product classification and navigation in your e-commerce platform.
📄️ Create a new category
Create a single category with multi-language content, hierarchy relationships, and SEO metadata. Returns the created category with its assigned ID.
📄️ Get a category by lookup key
Retrieve detailed category information using ID or sourceID. Supports resource expansion for translations and source data.
📄️ Update a category by lookup key
Update existing category properties including names, descriptions, hierarchy, and metadata using ID or sourceID identification.
📄️ Delete a category by lookup key
Remove a category from the system using ID or sourceID. Note: Categories with child categories or assigned products cannot be deleted.
📄️ Bulk categories by ID
Efficiently import or update large numbers of categories in a single API call using internal ID identification. Supports create, update, and directive-based operations.
📄️ Bulk categories by source ID
Efficiently import or update large numbers of categories in a single API call using external system identification (sourceId + source). Ideal for ERP integration and data synchronization.
📄️ Delete a category translation by lookup key
Remove specific language translations from a category while preserving the category structure and other language content.
📄️ Add products and clusters to a category
Add products and clusters to an existing category using flexible identification methods. Supports bulk operations with detailed response reporting.
📄️ Remove products and clusters from a category
Remove products and clusters from an existing category using flexible identification methods. Supports bulk operations with detailed response reporting.