Everything a merchant needs to install, configure and ship with Tryon AI.
read_products, read_customers, write_customers, read_orders. Each is justified in the privacy policy.Tryon AI keeps a local copy of your product catalogue so size charts and try-on sessions can be attributed to specific products without calling Shopify on every shopper request.
Each product needs a size chart so the recommendation engine has something to compare body measurements against.
Click any product in the table to open its size chart editor. Enter one row per size with the relevant dimensions (chest, waist, hip, shoulder, length, inseam — the form adapts to the garment type).
Select multiple products of the same garment type, then Bulk actions → Apply size chart template. Pick a preset (Shirt EU/US/Asia, Pants W/L grid, Dress, Jacket, Skirt) and confirm. Existing charts on the selected products will be overwritten.
Selecting Bulk actions → Disable try-on hides the widget for those products on the storefront without removing their size charts. Useful for accessories or non-clothing SKUs.
Tryon AI ships as a theme app extension. To make it visible on your storefront:
Open Analytics in the sidebar. Last-30-day metrics:
Attribution works by stamping _tryonai_session_id on the cart when a shopper completes a try-on. The nightly /cron/rollup job pulls orders from the Admin API and matches that attribute back to the session. Click Refresh data on the Analytics page to run an on-demand rollup.
The default size recommender is a deterministic rule-based engine. Three AI features are available behind operator-controlled flags:
RECOMMENDER=ml-claude or RECOMMENDER=ml-gemini + the corresponding API key. Falls back to rule-based on any error.Each AI feature is opt-in and falls back gracefully if the provider is unavailable. See Privacy for how third-party data sharing works.
The product hasn't been synced into Tryon AI yet, or its size chart is empty. Re-sync from Products, then add a chart.
The block was added to a non-product template (homepage or collection). Move it into the Product template via theme editor.
Theme app extensions are not enabled by default. The block must be added explicitly through the theme editor — see section 4.
Verify the size chart matches the actual garment dimensions (cm). The wrong template applied to the wrong garment type (e.g. a shirt template on jeans) will produce unhelpful recommendations.
Body measurements are encrypted at rest with AES-256-GCM. Photos uploaded for AI measurement are processed in memory only and never persisted. Generated try-on images live for 30 days, then are purged by the hourly /cron/cleanup job. See the full Privacy Policy.
GDPR webhooks (customers/data_request, customers/redact, shop/redact) are implemented per Shopify spec; data subject requests are honoured within Shopify's 30-day SLA.
More questions? Email dienhv4789@gmail.com or visit the support page.