cancel
Showing results for 
Search instead for 
Did you mean: 

How to synchronize the products of an external supplier in my magento store dynamically ?.

How to synchronize the products of an external supplier in my magento store dynamically ?.

Hello everyone,

I would like to know, how to synchronize the products of an external supplier in my magento store dynamically ?

The provider has an interface that returns the information in an xml.
Annex the interface of that provider.

Its interfaces are designed to dynamically deliver data in XML format.
As discussed, the data is served dynamically and in real time.

Here are examples of how to use the interfaces:

In this example, a test client is being used on 23534 to view its data, change the number 26813 to its customer number to observe real data.

Find a product with part number WD5000AZLX
http://www.grupocva.com/catalogo_clientes_xml/lista_precios.xml?cliente=23534&marca=%25&grupo=%25&cl...


Find a product with the CVA code HD-1014
http://www.grupocva.com/catalogo_clientes_xml/lista_precios.xml?cliente=23534&marca=%&grupo=%&clave=...


My question is: How can I integrate that information into my store, dynamically given that the supplier's products are constantly changing?
How can I generate those calls from my magento store? And how can I show that information in my store?

Any idea how to solve this problem. I'm new to magento and I'm just getting acquainted with the development environment.

Thank you for your answers!.