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

Is there a method to check prices with item numbers?

  • September 22, 2020
  • 4 replies
  • 13 views

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

Best answer by Roy

@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. 

4 replies

Roy
Top Expert ✨
Forum|alt.badge.img+5
  • Top Expert ✨
  • September 26, 2020

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?


  • Author
  • New Participant
  • September 28, 2020

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....


Roy
Top Expert ✨
Forum|alt.badge.img+5
  • Top Expert ✨
  • Answer
  • September 28, 2020

@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. 


  • Author
  • New Participant
  • September 28, 2020

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