All Release Notes
Reference a category parents by its key
15 January 2018
Composable Commerce
HTTP API
Enhancement
Product catalog
When creating a category, the category's parent can now be set by its user-defined key instead of the ID, as it was before. This makes importing of category trees easier since identifiers for all parent categories are known beforehand.
- [API] The field
parent
of CategoryDraft is now a ResourceIdentifier instead of a Reference (like it was before).