I have an app that helps users find the perfect TV. It ask questions like size, cost, features, etc. Once they provide all the parameters, I send the request to my fulfillment webhook (node server using dialogflow SDK), run my logic, and return the name of the perfect tv for them. I'm using a list of TVs from Walmart.com.
For this example imagine the winning TV is a Samsung 40" HDTV UPC:12345. How can I add this item to their Walmart cart.
Thanks.