nopCommerce with PIM

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
3 years ago
Hi,

I was wondering if it is possible to connect nopCommerce with a custom PIM meaning all product information would be stored in the PIM? I'm not searching for a developer but more if it is technical feasible. I saw that nopCommerce is build with an onion architecture so normally we would be able to plug the product repositories to a webservice no?

Wondering if anyone has any experience with this.

Thank you,

Best regards,

Jordi
3 years ago
We have mutiple stores with PIM integration, but we do sync both ways.

So, if a product PIM is updated we get the update via an API and update a product in nop. We match on SKU etc. If the sku does not exist, we create the product in nop.

And when a customer buys a product we send a order back to pim, or update stock via api.
3 years ago
https://github.com/SevenSpikes/api-plugin-for-nopcommerce
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.