Now on the Shopify App Store

Turn Your SKUs Into
Smart Links

Create instant product redirects, one-click checkout URLs, and dynamic image embeds using the SKUs you already have. No theme code changes required.

Available on the Shopify App Store
Freeto start
50free reqs/mo
0code changes
sku-link-builder — live demo
# Redirect by SKU
GET /tools/sku-handler?sku=PRD-12345
↳ 302 Redirect to /products/blue-widget

# Instant checkout
GET /tools/sku-handler?sku=PRD-12345&qty=3
↳ 🛒 Redirecting to checkout with 3× Blue Widget

# Get product image
GET /tools/sku-handler/media?sku=PRD-12345
↳ 200 image/jpeg (450×600)
🏪Shopify App Store
🔒GDPR Compliant
⚡Sub-50ms Response
🛡️No Theme Code
📊Built-in Analytics
✦ Core Features

Everything You Need
to Work with SKUs

Six powerful link types that transform how you connect customers to products.

🔗

SKU to Product Page

Redirect any visitor to the correct product page using just the SKU. Works even if handles change.

/tools/sku-handler?sku=ABC-123
🛒

SKU to Instant Checkout

Skip the product page entirely. Redirect the customer straight to checkout with the exact variant and quantity.

/tools/sku-handler?sku=ABC-123&qty=2
🖼️

SKU to Product Image

Embed product images in emails, PDFs, or external sites. Always shows the current image.

/tools/sku-handler/media?sku=ABC-123
🎯

Image by Position

Need the 2nd or 3rd gallery image? Specify the position and get exactly what you need.

/tools/sku-handler/media?sku=ABC-123&position=2
📦

Min Order Quantity

Enforce B2B rules automatically. Set a metafield for minimum quantities — the app enforces it.

Metafield: custom.min_qty ⟶ enforced
📊

Usage Analytics

Track every link click in your dashboard. Monthly usage reports, period comparisons, and alerts.

Real-time dashboard + email alerts
✦ How It Works

Up and Running
in Minutes

01
⚡

Install the App

One-click install from the Shopify App Store. No theme code changes needed.

02
🔧

Use Your SKUs

Build links using the SKUs you already have. No configuration required for basic use.

03
🚀

Share Anywhere

Use your SKU links in emails, PDFs, QR codes, ERPs, or any external system.

✦ Use Cases

Built for
Real Scenarios

🌐 Platform Migration

Migrated from Magento?

Your ERP, emails, and printed catalogs still reference products by SKU. Create permanent URLs that work on Shopify.

  • Single URL format for all SKU references
  • Update links once, they work forever
  • Works even if product handles change
  • Same SKU, same URL, any product
📧 Email Marketing

Campaigns That Convert

Send customers directly to checkout instead of making them hunt for products. Perfect for flash sales.

  • "Buy Now" buttons that go straight to checkout
  • Dynamic product images that auto-update
  • Works with Klaviyo, Mailchimp, any ESP
  • Instant purchase = higher conversion
👥 B2B & Wholesale

Quick Reorders for Business

B2B buyers know their SKUs by heart. Give them a simple way to reorder without browsing your catalog.

  • Share SKU links in invoices and confirmations
  • Automatic minimum order quantity enforcement
  • API endpoint for custom order forms
  • Direct checkout from external systems
🖨️ Print & Catalogs

QR Codes & Printed Materials

Print catalogs, packaging inserts, and trade show materials need permanent links. SKUs don't change.

  • Generate QR codes with SKU-based URLs
  • Links stay valid when products reorganize
  • Embed images in PDFs that auto-update
  • Perfect for packaging and manuals
✦ Developer API

Quick Order API

Build custom order forms, integrate with ERPs, or create bulk checkout workflows.

POST/tools/sku-handler?action=quick-order
Request
{
  "items": [
    { "sku": "ABC-123", "qty": 2 },
    { "sku": "XYZ-789", "qty": 1 }
  ]
}
⟶
Response
{
  "results": [
    { "sku": "ABC-123",
      "variant_id": "12345",
      "qty": 2 },
    ...
  ]
}

Ready to Build Smarter Links?

Start with 50 free requests per month. No credit card required. Upgrade anytime for higher limits and API access.

Available on the Shopify App Store