Create instant product redirects, one-click checkout URLs, and dynamic image embeds using the SKUs you already have. No theme code changes required.
Six powerful link types that transform how you connect customers to products.
Redirect any visitor to the correct product page using just the SKU. Works even if handles change.
Skip the product page entirely. Redirect the customer straight to checkout with the exact variant and quantity.
Embed product images in emails, PDFs, or external sites. Always shows the current image.
Need the 2nd or 3rd gallery image? Specify the position and get exactly what you need.
Enforce B2B rules automatically. Set a metafield for minimum quantities — the app enforces it.
Track every link click in your dashboard. Monthly usage reports, period comparisons, and alerts.
One-click install from the Shopify App Store. No theme code changes needed.
Build links using the SKUs you already have. No configuration required for basic use.
Use your SKU links in emails, PDFs, QR codes, ERPs, or any external system.
Your ERP, emails, and printed catalogs still reference products by SKU. Create permanent URLs that work on Shopify.
Send customers directly to checkout instead of making them hunt for products. Perfect for flash sales.
B2B buyers know their SKUs by heart. Give them a simple way to reorder without browsing your catalog.
Print catalogs, packaging inserts, and trade show materials need permanent links. SKUs don't change.
Build custom order forms, integrate with ERPs, or create bulk checkout workflows.
/tools/sku-handler?action=quick-order{
"items": [
{ "sku": "ABC-123", "qty": 2 },
{ "sku": "XYZ-789", "qty": 1 }
]
}{
"results": [
{ "sku": "ABC-123",
"variant_id": "12345",
"qty": 2 },
...
]
}