I want to receive products from my AMAZON store. I created code that retrieves all products using the MWS AMAZON API ( http://docs.developer.amazonservices.com/en_US/products/Products_ListMatchingProducts.html ). My code works and returns products. but it does not extract product options. It gives the relationship tag "ASIN value" IN. to extract options, I make a new api call using this "ASIN VALUE". Is there any way that I can extract all products from Amazon where there are all attributes and variables in one call?
you cannot retrieve the product and options in one call, you need to make other calls to get options.
Source: https://habr.com/ru/post/1649026/More articles:How to clear href using Python 3.5 and BeautifulSoup - pythonAngular 2 and IIS WebApplication (or virtual directory) - angularjsDisable repeated class error for classes in test folder - Android Studio / IntelliJ - javaИзменение поведения статического метода в Java-байт-манипуляции - javaDuplicate class error in Android Studio - javaОграничения для переопределенных общих методов - genericsA subset of dictionary keys - pythonIonic 2 - Adding a background image to a page - ionic-frameworkDoes httproxy vulnerability extend to Elixir applications? - elixirAndroid, Volley Request, response blocks main thread - javaAll Articles