Online intermediary store with stock balance updating

Hi everyone!

It is needed to make online store with online updates for items stock balance and delivery terms from suppliers.
Suppliers provide us with php-scripts with items details (such as a prices, delivery terms, etc.)

For example:
item: tyre
available from 3 suppliers:
1 - 5 instock, 3 days delivery, price 50
2 - 3 instock, 1 day delivery, price 70
3 - 1 instock, 7 days delivery, price 47

the question is: how can I display this information on the erpnext web site with actual ordering information
in other words, how I can fetch such data for every item and show it on the erpnext web site

does nobody needed such functionality or nobody knows how to manage it ? :slight_smile: