sellytics Blog

Amazon product images

Product images in e-commerce

The problem with which every online shop, every marketplace and of course Amazon, as one of the largest marketplaces in the world, has to deal, is how to compensate for the lack of haptics in purchasing decisions.

In retail, a potential customer can not only perceive a product through visual stimuli, i.e. through its appearance, but can also include any haptic stimuli in the purchase decision. We do this, for example, when we try on a jacket in a store. The decisive factor then is not only how the jacket worked on the mannequin, but also how it works on ourselves, feels and sometimes even smells. Only when all these impressions are right do we decide to buy.

All these steps of the buying process are eliminated in e-commerce. The user can only determine whether he buys a certain product or not on the basis of product images and a product description. Continue reading →

How to get amazon product images and image urls

To get the amazon product images or pictures from the sellytics DATA API you need as always your access token. You get more information about how to obtain an access token from here.

 

Amazon product images are useful for content creators, displaying thumbnails in an affiliate store or using the images otherwise for your commodities management and other purposes. With the sellytics DATA API it’s really simple to obtain image urls from an amazon product.

Access product details which include product image urls

You can use the following curl to get all product information and look at the imageUrls array which contains all product image urls. Note that the marketplace and ASIN are contained in the end of the url. You could also change the marketplace for example to US if you need information from the Amazon US marketplace.

curl -X "GET" "https://api.sellytics.com/amazon/products/DE/B07CNFV32C/v1" \
-H 'Authorization: Bearer YOUR-TOKEN-HERE' \
-H 'Content-Type: application/json'

Continue reading →

Top