How to get name of product which is purchased by customer through amazon mobile website loaded in my WebView in Android?

Viewed 12

I want to get the name of the product purchased by any user through amazon mobile website which i am loading in webview of my application. I want to do it by using JSOUP library of android. I tried to it but it did not worked with my code. So here is the user flow- First, user will come in my app. There are some basic functionality in my app. If user wants to make a purchase he will click a button and will be redirected to amazon website in a webview of my app. Then if he makes a purchase, then i want to get the purchased product name. And I want to do this in Android (Java). Here is a look of ThankYou page displayed after purchase. Amazon ThankYou Page

And here is the piece of code from amazon website in which the name of purchased product is stored. Purchased Product Data

0 Answers
Related