Visual + semantic search for Shopify in 10 minutes
Shopify's default search is keyword-only and fragile. Customers searching for 'red silk wedding saree' won't find a product titled 'Banarasi gold zari kameez' even when that's exactly what they want. The result is a search-bar bounce and a lost sale.
curl -X POST https://searchpixel.pixelapi.dev/index \
-H "Authorization: Bearer YOUR_PIXELAPI_KEY" \
-d '{"products":[{"product_id":"sku_42","name":"Banarasi gold zari kameez","price":4999}]}'