Is there a method to check prices with item numbers? | Community
Skip to main content

Hey folks

I want to create a bot where the user can enter an item number and the bot replies with the right price. I have the data in an excel at the moment and it dont want to do it manually (ca. 800 items). Any ideas?

Many thanks in advance and a wonderful day!

diego

Hi @diego m​ , I don't think that bot is a good choice for this :/

How about just build a search box on your website?


Hi @roy s11​ , thanks for your answer! Why dont you think its a good choice? Our company website will be replaced soon I am not responsible for the introducing of a search box (if i would be, i would build one tomorrow). We dont want to put all the prices in one document, so competitors would have a lot of work to get to the prices....


@diego m​ ,

 

1. For user experience, it's not good to ask bot price for different products (800). 

 

2. Updating prices, descriptions, adding a product with this way is not easy and requires a lot of time : /

 

If you want to do this, you need to build a solution via API, Get new conversations and reply to them via API.

(It requires a lot of development and management). 

 

My advice building a simple search box and integrate it with google spreadsheets will be much easy to develop and manage. 


hi @roy s11​ , true that. thank you!