Amazon API Product Description

I searched for a solution for hours, but found nothing. I am trying to get product descriptions through the Amazon API using their PHP / SOAP class. It works, but for some products there are several (2) entries for the product description. for example this url:

http://www.amazon.de/Nintendo-3DS-Konsole-Aqua-Blau/dp/B003SE6TPA/ref=acc_glance_vg_ai_ps_t_1 You can see a very detailed view with images, etc. And a very short description of one line below. The Amazon API returns only a short description. Does anyone know a way around this and get a full description?

+4
source share
1 answer

No technical malfunction; This is a copyright issue. Amazon buys product descriptions from third parties for many products. For these descriptions, it is not permitted to distribute through the AWS API.

Best Amazon copyright support discussion:

https://forums.aws.amazon.com/thread.jspa?threadID=16331&tstart=0

+9
source

All Articles