Wednesday, June 25, 2025
31.9 C
Singapore

‘Disturbing and disrespectful’ Christmas ornaments with Auschwitz images removed from Amazon

Poland’s Auschwitz Memorial called Amazon out on Twitter, alerting the e-commerce company that certain sellers were displaying Christmas ornaments featuring images from concentration camps, which they deemed to be “disturbing and disrespectful”.

After Amazon pulled the ornaments from its site, similar Auschwitz-themed products by other sellers were also discovered in the online shop.

On December 1, Auschwitz Memorial tweeted that there were suppliers on Amazon selling such items —Christmas ornaments in the shapes of stars and bells, and bottle openers.

In the tweet, they also called on Amazon to remove the items.

All the products displayed scenes from the Nazi death camp where people were slaughtered during the Holocaust in World War II.

See also  A.I filter now able to turn you into a “Woke Leftist” with green hair

Images from Auschwitz including the railway line leading to its infamous gates, the barbed wire fences and the buildings where people were kept were printed on the items.

Christmas ornaments should reflect the spirit of Christmas, not scenes from one of the most devastating mass killings in history.

Social media users were up in arms at the disrespectful merchandise, and many commented that they, too, reported the products to Amazon for immediate removal.

Some attacked the sellers of the items, but some said the blame is on Amazon for not having “content oversight” or quality control.

Later that day, Auschwitz Memorial posted an update saying that Amazon had pulled the items, thanking everyone for their “activity and response”.

But it was not over. That night, Auschwitz Memorial took to Twitter again to report that they had found another “disturbing online product” from another seller.

See also  Singapore women entrepreneurs find global success through Amazon Global Selling

This time it was a computer mouse-pad with a photo of a freight train used to take people to concentration camps.

Amazon has since said the “products in question have been removed”.

The e-commerce giant reiterated that “all sellers must follow our selling guidelines and those who do not will be subject to action, including potential removal of their account”. /TISG

Hot this week

US Supreme Court clears path for rapid deportations without hearings

UNITED STATES: In an important legal triumph for the...

Job postings drop for 5th straight month, but engineering jobs are up

SINGAPORE: On the whole, job postings have gone down...

Popular Categories

document.addEventListener("DOMContentLoaded", () => { const trigger = document.getElementById("ads-trigger"); if ('IntersectionObserver' in window && trigger) { const observer = new IntersectionObserver((entries, observer) => { entries.forEach(entry => { if (entry.isIntersecting) { lazyLoader(); // You should define lazyLoader() elsewhere or inline here observer.unobserve(entry.target); // Run once } }); }, { rootMargin: '800px', threshold: 0.1 }); observer.observe(trigger); } else { // Fallback setTimeout(lazyLoader, 3000); } });