Jordan stops exports of several vegetables as UAE ban begins

Enforcement of the UAE’s decision to ban the import of seven of Jordan’s main types of vegetables started on Monday (Photo by Amjad Ghsoun)

Kingdom still exporting several agricultural products to Gulf — producers society


AMMAN — Jordanian exporters of agricultural produce have stopped exporting several types of vegetables to the United Arab Emirates and other Gulf countries as a ban on some of Jordan’s produce came into force.

Enforcement of the UAE’s decision to ban the import of seven of Jordan’s main types of vegetables started on May 15, according to Zuhair Jweihan, president of the Jordan Exporters and Producers Society for Fruits and Vegetables.

“Neither the UAE nor any other Gulf country has returned shipments of Jordanian fruits and vegetables, because exporters are not exporting the types of vegetables prohibited under the new decision in order to avoid losses,” Jweihan told The Jordan Times.

Late last month, the UAE ministry of climate change and environment announced its decision to indefinitely ban the import of seven of Jordan’s main vegetable exports, as of mid-May, due to increasing levels of chemical pesticide residues found in Jordanian agricultural products.

The banned vegetables include all types of zucchini, sweet pepper, eggplant, cabbage, green beans, cauliflower and lettuce.

The UAE’s decision also stipulated that imports of any fruit and vegetables, besides the aforementioned, be coupled with certificates from the Jordanian Ministry of Agriculture indicating that the produce was free from pesticide remnants.

Jweihan highlighted that Jordan is still exporting several agricultural products to the UAE and the Gulf countries, including melon, watermelon, apricot and tomato.

Despite the ban, some Jordanian exporters are still planning to export lettuce via air cargo to the UAE, arguing that their produce is free from pesticide residues, Jweihan noted.

“If the Emirati authorities carry out checks on the imported Jordanian vegetables and find that they are free from pesticide residue, then what would stop them from allowing the produce in?” Jweihan asked.

The UAE is one of Jordan’s biggest importers of fruits and vegetables, with over 150,000 tonnes of produce exported annually, Jweihan recently said.

Since the UAE announced its decision, the Ministry of Agriculture announced several measures to regulate the application of pesticides and the testing of produce for pesticide residues.

Such measures included banning the use of a certain pesticide on some crops, such as eggplant, cauliflower and lettuce among other, as well as plans to team up with private laboratories to increase the number of tested samples.

.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'); }); }); });