I am building an integration of Creem with Strapi and currently, I see the following when trying to add features like how it’s done in the Creem dashboard — there is no way to create them via the Products API or a standalone API and then attach them to a product. This forces a dashboard-first workflow and breaks fully API-driven or code-first setups.
It would be great to either:
Extend the Products API to support creating features directly, or
Provide a standalone API endpoint for creating features that can then be associated with a product
This would help me make the Creem plugin for Strapi be truly Strapi-first for the developers.

