Implement custom Drupal Entities that use commercetools as storage
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3513631. --> Reported by: [murz](https://www.drupal.org/user/157092) Related to !93 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>Now the module operates with commercetools GraphQL result models to render the products. To customize the output users can use event subscribers to modify and extend the products by custom Drupal logic.</p> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <p>To simplify extending and bring more Drupal-specific functionality, would be great to implement a custom Drupal Entity Type which will use commercetools GraphQL as a storage, and implement full-featured Drupal entities from the commercetools models.</p> <p>It should allow implementing integration with Drupal Fields API, Views, and many other Drupal-specific things out of the box.</p> <h3 id="summary-remaining-tasks">Remaining tasks</h3> <h3 id="summary-ui-changes">User interface changes</h3> <h3 id="summary-api-changes">API changes</h3> <h3 id="summary-data-model-changes">Data model changes</h3>
issue