alefiori82 / amazon-paapi5

Amazon Product Advertising API 5.0 wrapper for Python
MIT License
26 stars 4 forks source link

Take from whom the product is shipped #5

Closed giuseppe99barchetta closed 3 years ago

giuseppe99barchetta commented 3 years ago

As object of issue I'm interested to take from whom the product is shipped.

Ex:

Sold by ABCDE shipped by BCDEF

Thanks!

alefiori82 commented 3 years ago

All the information you can get with the library are the ones described in the official guide of Amazon Products API. In particular you can retrieve for each offer the DeliveryInfo which include IsAmazonFulfilled, IsFreeShippingEligible and IsPrimeEligible.