German anti-trust watchdog launches probe into Amazon

In this  photo taken on November 11, 2014 the logo of US online retail giant Amazon is displayed on the Brieselang logistics centre, west of Berlin (AFP file photo)

BERLIN — Germany’s anti-trust authority has launched an investigation into whether US ecommerce giant Amazon is exploiting its market dominance in its relations with third-party retailers who use its website as a marketplace.

The Federal Cartel Office said in a statement on Thursday that it had received many complaints from traders about the business practices of Amazon of late.

“Amazon acts as a kind of ‘gatekeeper’ to customers. The double role as biggest trader and biggest marketplace means there is a potential to impede other traders on the platform,” said cartel office President Andreas Mundt.

Mundt said the investigation would seek to examine business conditions that Amazon imposes on the traders which use its site, including a lack of transparency over terminations, delayed payments and shipping conditions.

Amazon’s German division was not immediately available for comment.

Germany is Amazon’s second biggest market. It has faced a long-running battle with unions in the country over pay and conditions for logistics workers, who staged another round of strikes last week.

The country’s antitrust watchdog is also investigating Facebook after finding that the social media giant abused its market dominance to gather data on people without their knowledge or consent.

.col-lg-12.second .opinion-widget{border-top:1px solid #D0D0D0;} #widget_1623 .opinions-title {font-size:32px;}

{{articles_filter_1623_widget?.title}}

.epaper-separator{ height: 1px; width: 100%; background-color: #D0D0D0; margin: 15px 0; }

Today’s Paper

.related-articles .layout-ratio{padding-bottom:55%;}
.alert-success { color :#A3656F ; } .alert-danger { color : red ; } .footer { font-family:Myriad Pro,Arial; }
document.addEventListener('DOMContentLoaded', function () { function validateEmail(email) { return /^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(email); } function showModal(message,type) { const messageContainer = document.getElementById("messageContainerFooter"); messageContainer.textContent = message; messageContainer.className = `alert alert-${type} mt-3`; // Bootstrap alert styling messageContainer.classList.remove("d-none"); // Hide message after 5 seconds setTimeout(() => { messageContainer.classList.add("d-none"); }, 5000); } document.getElementById("emailFormFooter").addEventListener("submit", function(event) { event.preventDefault(); const emailInput = document.getElementById("emailFooter"); const email = emailInput.value.trim(); if (!validateEmail(email)) { showModal('Invalid email format','danger'); return; } const url = `/subscribeNewsletter?email=${encodeURIComponent(email)}`; fetch(url, { method: "GET", headers: { "Accept": "application/json" } }) .then(response => { if (!response.ok) { showModal("Error submitting email. Try again.",'danger'); } return response.json(); }) .then(data => { showModal(data.message,'success'); }) .catch(error => { showModal("Error submitting email. Try again.",'danger'); }); }); });