Industry Ministry allows import of select Syrian goods under new licensing rules

Industry Ministry allows import of select Syrian goods under new licensing rules
The Ministry of Industry, Trade and Supply on Wednesday approves the import of several Syrian industrial goods, which eases restrictions previously placed on specific products (Petra photo)

AMMAN — The Ministry of Industry, Trade and Supply on Wednesday approved the import of several Syrian industrial goods, which eases restrictions previously placed on specific products.

The decision is effective as of May 7, and permits certain items to enter the Kingdom under an official import licensing system, according to the Jordan News Agency, Petra.

Newly approved imports consist of household electric fans including table, floor, wall and ceiling models with motors up to 125 watts, electric hair dryers, meat and poultry preparation machines, household blenders and juicers and date molasses.

The list also comprises equipment for sorting and cleaning agricultural products, such as eggs and fruits, as well as devices for processing fruits, nuts and vegetables.

Jordan will also allow the import of sterilisation equipment for medical, surgical and laboratory use, as well as temporarily preserved olives and cucumbers that are not yet ready for consumption, and other preserved, non-frozen vegetables that are not stored in vinegar, acetic acid or sugar.

This decision is part of Jordan’s "broader" efforts to manage trade with Syria while ensuring oversight through a licensing framework that supports local market needs.

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