Hello,
I have a customer who wants the available quantity on his 11,600 products updated regularly from a data feed supplied by the supplier. At first glance I thought this would do that. In looking at the documentation and watching the videos I am not sure this is a part of what Apsona does. The feed is constructed as a url that returns an xml file that looks something like this depending on the query.
<products>
<product cwr_sku="10001" mfg_part_number="1930.3">
<price your_price="900.00"/><description short="ACR RCL-100D REMOTE CONTROL SEARCHLIGHT 12V"/>
</product>
And goes on for (in this case about 1000 records)
The contents of this file are url dependent as to what gets returned.
He wants to pull the update several times a day automatically.
Is this something Apsona does? or should I be looking at some other thing?
Bookmarks