Request
GET /catalog/import
Captured response excerptHTTP 200
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Product Import/Export - QuickShop</title>
<link href="https://storefront.example/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://storefront.example/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<link href="https://storefront.example/css2?family=Inter:wght@300;400;500;600;700;800&display=swap" rel="stylesheet">
<style>
body {
font-family: 'Inter', sans-serif;
background: #f8fafc;
}
.navbar {
background: #ffffff !important;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.navbar-brand {
font-weight: 800;
color: #6366f1 !important;
}
.tool-card {
background: white;
border-radius: 16px;
padding: 2rem;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
margin: 2rem 0;
}
.section-divider {
heigh