📄 Changelog
All notable changes to this API will be documented in this file.
[0.1.1] – 2026-05-13
✨ Added
Added the ParentCategoryId field to the Categories object in the Menu Synchronization payload.
🔄 Changed
ParentCategoryId is now explicitly included in all category objects.
Supports hierarchical menu structures (parent / subcategories). When no parent exists, the value must be set to null.
💡 Impact
Enables proper representation of subcategories in menu structures. POS partners should:
Populate ParentCategoryId when categories are nested. Explicitly send null for top-level categories.
⚠️ Notes
This change ensures consistency and avoids ambiguity in category hierarchy handling.