Pick up products from the AMAZON store

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?

+4
source share
1 answer

you cannot retrieve the product and options in one call, you need to make other calls to get options.

+5
source

Source: https://habr.com/ru/post/1649026/


All Articles