To retrieve full details of a product, request it from the following url:
Products on detail pages, search result and in category browsing are rendered as follows.
The fields are self explanatory:
Shop element
The shop element contains the url to make a clickout to. It’s encapsulated in a link tag with
the rel clickout. The shop group ID is only relevant for internal structuring.
Brand element
The brand element holds information on the extracted product brand, if any.
Product images
Products contain a productImage element. It encapsulates some pre-defined
image sizes as marked in the rel attribute.
image-original
The original image as provided by the shop
image-transparent
(optional) A transparent version of the image above
If those sizes do not fit your needs, you’re free to include images
in the size of your need. Combine the attributes base, id and your
desired image size in the format {width}x{height} to an image url to retrieve a
scaled version of the original image:
Multiple image id candidates?
If the prefix and/or suffix used to compose an image url contains digit combinations, that
are more than 6 digits long, the resizer might get confused, which id to pick as an image
id. To be super safe, surround the image id with brackets.
{.alert .alert-success}
SEO optimizations
For SEO purposes, you can add prefixes and suffixes to the image url, as long the
id and .jpg file extension are included and the size is given in the format
{width}x{height}. This produces a prettier and easier to read image urls:
Resource images
Shops and brands may carry images as well. Those image resources represent
the type stated in the type attribute. The snippet below represents a logo type:
You can access the image using the full stated href element in the enclosed
link element. The SEO optimizations above apply to these type of images as well.