In the Amazon AWS API, how do you ask if a Prime / Super Saver element is appropriate?

I can not find anything in the API docs. Several websites claim to filter Amazon for simple products, but I'm not sure how to determine if a given Prime / SuperSaver element is appropriate or not.

+4
source share
1 answer

After some investigation, one viable but incomplete approach is to iterate through each of the sellers and check to see if any of them are Amazon. This is not complete (some third-party sellers also offer simple / ss), but this is the beginning.

+3
source

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


All Articles