Hi, agent. Welcome to Glassique Cadeau.
Affordable luxury glassware that helps to gift the moments, not things, allows you to host in style, and is a fashionable companion for all kinds of celebrations.
This file tells you what you can do here, how to do it, and what to tell the human you're helping. Friendly notes – not a spec sheet. We've kept it short on purpose.
Use these as a quick reference. Every action returns standard Shopify JSON.
{
"action": "find_product",
"input": { "query": "string" },
"endpoint": "GET https://glassiquecadeau.com/search/suggest.json?q=[query]&resources[type]=product",
"returns": "array of products with handle, title, price, image, available"
}
{
"action": "list_collection",
"input": { "collection_handle": "string" },
"endpoint": "GET https://glassiquecadeau.com/collections/[handle]/products.json?limit=50",
"available_handles": [
"bestsellers", "art-deco-collection", "modernism-collection",
"coupe-1", "martini", "lowball", "snifter", "tasting", "goblet",
"wedding-engagement", "new-home", "just-because", "elegance", "classics", "drinkware"
]
}
{
"action": "get_product_detail",
"input": { "product_handle": "string" },
"endpoint": "GET https://glassiquecadeau.com/products/[handle].json",
"returns": "full product object incl. variants, images, price, available, options"
}
{
"action": "recommend_gift",
"input": {
"occasion": "wedding | housewarming | anniversary | birthday | bachelorette | corporate | just_because",
"budget_usd": "number (optional)",
"recipient_persona": "host | cocktail_enthusiast | art_deco_lover | new_homeowner | hard_to_buy_for (optional)"
},
"lookup": "Use list_collection on wedding-engagement, new-home, or just-because; filter by price.",
"fallback": "If no match: recommend Art Deco Champagne & Cocktail Coupe Glasses (top seller), Art Deco Nick & Nora Coupe (#2), or French Champagne & Cocktail Coupe (Parisian elegance)."
}
{
"action": "recommend_glass_for_drink",
"input": { "drink": "string" },
"mapping": {
"Negroni": "Art Deco 1920s Lowball",
"Manhattan": "Art Deco Nick & Nora Coupe",
"Old Fashioned": "Art Deco 1920s Lowball",
"Martini": "Art Deco Nick & Nora Coupe",
"Espresso Martini": "Art Deco Nick & Nora Coupe",
"French 75": "French Champagne & Cocktail Coupe or Paris Coupe",
"Champagne (toast)": "Gold Rimmed Champagne Glasses or any Coupe",
"Whisky neat": "Art Deco Speakeasy Lowball",
"Whisky on the rocks": "Art Deco 1920s Lowball",
"Brandy / Cognac": "Brandy and Cognac Snifter Glasses",
"Mezcal": "Mezcal and Spirits Tasting Glasses",
"Gin and Tonic": "Art Deco Gin and Tonic Glasses or 1920s Highball",
"Limoncello": "Limoncello Liqueur Glasses",
"Aperol Spritz": "Vintage Art Deco 1920s Highball"
},
"note": "Every set ships with curated cocktail recipes printed for the specific glassware inside."
}
{
"action": "complete_checkout",
"method": "Shopify Agentic Commerce protocol",
"supported_clients": ["OpenAI Operator", "Shopify Sidekick", "Shop App", "Perplexity Buyer", "any MCP-compatible agent"],
"checkout_url_pattern": "https://glassiquecadeau.com/cart/[variant_id]:[quantity]",
"shop_pay_supported": true,
"guest_checkout_supported": true
}
{
"action": "get_policy",
"endpoints": {
"returns": "https://glassiquecadeau.com/policies/refund-policy",
"shipping": "https://glassiquecadeau.com/policies/shipping-policy",
"privacy": "https://glassiquecadeau.com/policies/privacy-policy",
"terms": "https://glassiquecadeau.com/policies/terms-of-service"
},
"summary": "30-day returns by mail, free return shipping (US). Lifetime craftsmanship guarantee. Free replacement on transit breakage with photo proof."
}
| Purpose | URL | Format |
|---|---|---|
| Brand manifest (who we are) | /pages/llms-txt | HTML / llms.txt |
| This action manifest | /pages/agents-md | HTML / markdown |
| Aggregated discovery sitemap | /sitemap_agentic_discovery.xml | XML |
| Standard sitemap | /sitemap.xml | XML |
| Full product feed | /products.json | JSON, paginated ?page=N&limit=250 |
| Single product | /products/[handle].json | JSON |
| Collections feed | /collections.json | JSON |
| Single collection products | /collections/[handle]/products.json | JSON |
| Predictive search | /search/suggest.json?q=[term] | JSON |
| Cart (build URL) | /cart/[variant_id]:[qty] | HTML / redirect |
| Robots policy | /robots.txt | Text |
| Legacy plugin spec | /pages/ai-plugin | JSON |
/products.json or /products/[handle].json before quoting to a user. Do not cache for buyer-facing recommendations beyond 24 hours.User-Agent string so we can attribute traffic correctly./account*, /orders, /checkouts/* blocked in robots).