I need a lightweight Shopify app that can automatically pull products from Kinguin into my store. For this first release I only care about importing the product name and description—no images, pricing, stock data, or fulfillment logic yet. Here’s what I expect: • A simple UI inside Shopify where I can paste one or more Kinguin product IDs or URLs, press “Import,” and immediately see those items created as Shopify products with the correct title and description. • Connection to the Kinguin API (or another reliable endpoint) using my own credentials. Please include a brief setup guide so I can drop in my API key and start importing. • Clean, well-commented code that meets Shopify’s current app requirements. A private app is fine for now; just keep the structure flexible so it can later become public. • Basic error handling—if a product ID is invalid or the API rate-limits, the app should surface a clear message instead of silently failing. • A short readme that walks me through installation, configuration, and how to trigger an import. Feel free to build in Node.js, Ruby on Rails, or another tech stack you’re comfortable with, as long as it runs smoothly on Shopify’s platform. This is a foundational piece; if the import tool works well, I’m interested in extending it later to cover images, price sync, and order fulfillment.