Skip to main content
Build personalized shopping experiences on Shopify with Glood.AI APIs. Use headless APIs for Hydrogen, mobile apps, and custom storefronts — or integrate via partner APIs.

Product recommendations

Initialize session

Identify visitors, get shop config, and obtain a storefront token.

Get sections

Fetch recommendation sections with full product details for your page.

Track events

Send tracking events from mobile apps and headless storefronts.

Query recommendations

Get AI recommendations for specific products using flexible queries.

Search APIs

Semantic search, auto-suggestions, and intelligent product discovery.

Authentication

Pass your Shopify store URL in the x-shop header on all requests:
-H "x-shop: your-store.myshopify.com"
For recommendation query endpoints, include the storefront token (obtained from /init) as a Bearer token:
-H "Authorization: Bearer <storefront-token>"