Urgent.News

the world's headlines, one feed

Editions

Tech

Mercedes-Benz Korea Faces Collective Dispute Over EV Battery Information

The controversy surrounding Mercedes-Benz Korea’s disclosure of electric vehicle battery cell manufacturers is escalating into a consumer compensation dispute. After South Korea’s Fair Trade Commission (FTC) determined that Mercedes-Benz had misled consumers over battery information and imposed a he

Mercedes-Benz Korea is embroiled in a consumer dispute over the information provided regarding electric vehicle battery cells installed in its vehicles. The dispute began when the Korea Consumer Agency launched a collective dispute mediation process after the Fair Trade Commission (FTC) imposed a fine on Mercedes-Benz for misleading consumers about the battery cell manufacturers.

The dispute involves five models of Mercedes-Benz electric vehicles: the EQE 350+, AMG EQE 53 4MATIC+, EQE 350 4MATIC, EQE 500 4MATIC SUV and EQS 350. The mediation proceedings were initiated after 53 consumers claimed they were given incorrect battery manufacturer information, which differed from the actual cells installed in their vehicles.

The FTC found that Mercedes-Benz had misled consumers by listing CATL battery cells in their sales guidelines, while the vehicles actually contained Farasis Energy cells. The FTC's decision to impose a fine and refer the case to prosecutors was based on the potential impact on consumer purchasing decisions and vehicle safety perceptions.

The dispute mediation process is separate from the FTC's administrative sanctions, and will determine whether Mercedes-Benz is responsible for compensating affected consumers. The key issues in the mediation will include the battery information provided to consumers during the purchase process, whether this information influenced their decisions, and the economic value of the vehicles affected by the battery manufacturer discrepancy.

Written by urgent.news from Korea IT Times's reporting — not their text. Machine-written — it may contain errors, so check the original before relying on it.

Read the original at koreaittimes.com →

More in Tech

Why Is My SQL Query Slow Only in Production? (The Parameter Sniffing Trap)

It’s every developer's favorite Friday afternoon nightmare: A user complains that a feature in the app is hanging. You take the exact SQL query executed by the application, paste it into SQL Server…

  • Parameter sniffing causes slow SQL queries in production only
  • SQL Server compiles execution plan based on initial parameter values
  • Detect problematic plans using dynamic management view (DMV)