Changelog Order API
Updates and improvementsMarch 2025
Plan Description Field in Order API Now Uses Structured Object Format
The plan description field in the Order API has been updated from a single unstructured HTML string to a structured, machine-readable object. This change separates data from presentation, making it easier to parse, localize, and display consistently across interfaces.🧾 Before
✅ After
💡 Why this change is good• ✅ Easier to maintain and update• ✅ Enables internationalization• ✅ Enables filtering (e.g. “plans with ≥16 GB RAM”)• ✅ Keeps raw data clean and reusable
The Beginning
The Beginning
This marks the very first entry in our public Order API changelog!From now on, we’ll share updates, improvements, and changes to how you interact with our order systems — right here.Other improvements
- Cleaned up endpoint names for clarity
- Restructured docs to reflect actual order flow
- Removed a few cobwebs in the request body examples