yawkale / nop-umbraco-integration

Integration of nopCommerce and Umbraco
20 stars 15 forks source link

Nop API Implementation is Incomplete #19

Open pkmccaffrey opened 6 years ago

pkmccaffrey commented 6 years ago

I've been looking through the code and doing some testing, and noticed that the INopApiService is not fully implemented.

For example, there does not appear to be a way to retrieve the product to category mappings from Nop. Similarly, the current implementation for retrieving products from Nop does not include all of the properties (ex: description is missing).

Are there plans to extend this implementation?