Documentation

Images

Product image files are not served from /api except for the company logo. The media server host holds images and can resize them.

GET /api/images/logo

Public. Returns the company logo bytes, or a 1×1 GIF if none is stored. Cache headers treat the file as immutable.

Media server

Image traffic uses a separate host:

https://images-{instance}.fmcgproducts.dk/

On-the-fly scaling is:

https://images-{instance}.fmcgproducts.dk/{gtin}/{width}/{image}

width is pixels. Height is calculated so the aspect ratio is kept. The original file is still available on the same host without the width segment.

Which {image} file names exist for a GTIN depends on what the media server synced. Put image URLs in an export profile or view when the website needs them next to JSON.

See also the marketing page for the media server and the GS1 image naming tool.