How to integrate the API Products with Drupal Views & Fields?

Not applicable

As far as I understand, that the API Products are Drupal entities, which extends DrupalEntityControllerInterface.

Is there a way to,

1. Attach custom Drupal Fields to the API Products? (Using Fieldable property in entity creation).

2. Integrate API Products with Drupal Views. (Eg. Using hook_views_data or creating Entity Reference Views)

Is there any custom module available which supports this already?

0 1 219
1 REPLY 1

Maybe?

Here's an article from Anil from last year, describing an approach he took to build a product catalog view.