A
- AEO (Answer Engine Optimization)
- The practice of structuring content so AI answer engines (Google AI Overviews, ChatGPT, Perplexity, Claude, Bing Copilot) cite it in synthesized answers. Related to GEO. Core techniques: passage-level answerability, structured data, canonical entity naming. See AEO for Shopify stores.
- AI Overview
- Google's synthesized answer that appears above traditional search results on ~34% of Shopify-adjacent queries in 2026. Cites 2-5 sources; can appear even when the cited source isn't in the top 10 organic results.
- App Bridge
- Shopify's official JS library for embedding app UI inside the Shopify admin. Handles authentication, resource picker, toast notifications. Required for public apps.
- App Store (Shopify)
- Shopify's public marketplace for apps. Revenue share: Shopify keeps 15% up to $1M/year per app, 20% above.
- AOV (Average Order Value)
- Total revenue divided by number of orders. Median AOV for Shopify personalization-enabled stores is ~$48 in 2026.
- additionalProperty
- Schema.org property on Product schema used to expose personalization capabilities (max upload size, DPI requirements, allowed fonts) to AI search engines and shopping agents.
B
- B2B (Shopify)
- Shopify's business-to-business commerce feature set on Plus — company profiles, per-company price lists, payment terms (net-15/30/60), catalogs, PO checkout. See B2B option pricing.
- BFCM
- Black Friday + Cyber Monday. In 2026, November 27 + November 30. For personalization stores, the meaningful window is compressed to ~8-14 days by POD Christmas cutoffs (Dec 5-14).
- BreadcrumbList
- Schema.org type for page breadcrumb navigation. Should appear in JSON-LD on every non-homepage.
- Bulk operation
- Shopify Admin API mechanism for large-scale mutations (5,000+ variants). Runs async; you poll for completion. See Admin API for options.
C
- Canonical URL
- The URL Google treats as the "true" version of a page. Set via
<link rel="canonical">. Critical for multi-market Shopify stores to avoid duplicate-content penalties. - Cart Transform Function
- Shopify Function that runs at cart/checkout to modify line-item prices, discounts, or bundles. Available on all Shopify plans since Winter Editions 2026 (previously Plus-only). See Cart Transform guide.
- Checkout Extensibility
- Shopify's modern replacement for Checkout.liquid. Uses React-based Checkout UI Extensions running in sandboxed iframes. Mandatory since August 13, 2024.
- Checkout UI Extension
- A React component that renders at a specific target on Shopify's checkout (cart line, header, actions, thank-you). Used for personalization display, acknowledgment checkboxes, and post-purchase upsell. See Checkout Extensions for options.
- Cluster (topic cluster)
- An SEO/AEO content architecture with a pillar page + supporting subtopic pages internally linked. Used to signal topical authority to search + answer engines.
- Consent Mode v2
- Google's mandatory (since March 2024) consent-management API for EU visitor tracking. Without it, GA4 receives no data for un-consented EU visitors.
- Core Web Vitals
- Google's user-experience metric suite: LCP (Largest Contentful Paint), INP (Interaction to Next Paint), CLS (Cumulative Layout Shift). Directly affects ranking.
D
- DDP (Delivered Duty Paid)
- International shipping term where the seller collects duties + taxes at checkout and clears customs. Preferred UX for personalized goods (no customs refusal risk).
- Debounce
- Technique for delaying a function call until N ms after the last invocation. Critical for personalization live preview — update at 150-250ms after typing stops, not per-keystroke.
- DPI (Dots Per Inch)
- Print resolution. POD partners typically require 300 DPI minimum at intended print size. Validate at upload time to prevent silent order cancellations.
E
- E-E-A-T
- Google's quality framework: Experience, Expertise, Authoritativeness, Trustworthiness. Signaled via author bios, reviewedBy schema, dateModified, and external citations.
- EventBridge (AWS)
- AWS event bus that supports native Shopify webhook delivery. Alternative to HTTP endpoints; eliminates HMAC verification.
F
- FAQPage schema
- Schema.org type for FAQ content. Rich results retired by Google on May 7, 2026 — do not add FAQPage JSON-LD. The H3-question + short-answer format still helps AI Overview retrieval.
- FID (First Input Delay)
- Retired Core Web Vital, replaced by INP in March 2024.
G
- GA4 (Google Analytics 4)
- Google's current analytics platform. Uses event-based model. For personalization stores, requires item_variant + custom dimensions for personalization spec.
- Gelato
- Global POD partner with the widest warehouse footprint (32 US states, 6+ EU, Japan, Singapore, Australia, NZ, Brazil, Mexico). #2 by Shopify merchant count in 2026.
- GEO (Generative Engine Optimization)
- Optimizing content for LLM-based answer engines. Overlapping term with AEO.
- GID (Global ID)
- Shopify's GraphQL-native identifier format:
gid://shopify/ProductVariant/40123. Required for Admin GraphQL API calls. - GraphQL
- Shopify's primary API paradigm since 2024. REST endpoints for products/variants were deprecated for new apps Feb 1, 2025.
H
- Headless commerce
- Architecture where the storefront is decoupled from Shopify's theme layer — built in Hydrogen, Next.js, or a mobile app, using Storefront API for commerce data. See Headless commerce options.
- HMAC (Hash-based Message Authentication Code)
- Cryptographic signature Shopify includes on every webhook (
X-Shopify-Hmac-Sha256header). Verify before processing — unverified endpoints are attack surface. - Hreflang
- HTML attribute + sitemap tag signaling which language/region version of a page to serve to which market. Shopify Markets generates hreflang automatically for markets set up with domains/subfolders/subdomains.
- HowTo schema
- Schema.org type for step-by-step instructional content. Preferred by Google AI Overviews for how-to queries; includes structured step list.
- Hydrogen
- Shopify's official React framework for headless storefronts. Runs on Oxygen (Shopify's edge hosting, free with Plus).
I
- INP (Interaction to Next Paint)
- Core Web Vital measuring the latency between user interaction and the next paint update. Google's threshold for "Good" is ≤200ms. Replaced FID in March 2024.
- IOSS (Import One-Stop Shop)
- EU VAT scheme for goods imported into the EU under €150 per package. Merchant collects VAT at checkout; package clears customs without further VAT.
L
- Line-item property
- Key-value pair attached to a cart line item, used to attach personalization data (custom text, uploaded photo URL, chosen font). Keys prefixed with underscore are hidden from cart display by convention. See line-item property visibility.
- Liquid
- Shopify's server-side template language. Used for themes; Checkout.liquid retired August 2024, replaced by Checkout UI Extensions.
- Live preview
- Real-time canvas rendering of a personalized product as the customer configures options. 2.1x conversion lift on high-AOV categories in 2026.
M
- Markets (Shopify)
- Shopify's multi-country selling feature. Supports per-market pricing, currency, tax, publishing rules, and hreflang generation. See Markets multi-language options.
- Markets Pro
- Paid add-on ($99/month or 1.75% of Markets revenue) that layers merchant-of-record, local payments, tax compliance, duty calc, and automated per-currency price rounding on Markets.
- Metafield
- Typed key-value pair attached to a Shopify resource (product, variant, order, customer, shop, market, company). Used for custom data. See Metafield API for options.
- Metaobject
- Custom structured content type defined with multiple fields. Used for personalization templates, brand assets, font pairings.
- Merchant of record
- Legal seller responsible for tax/duty compliance in a jurisdiction. Shopify Markets Pro acts as MoR for cross-border sales.
N
- Namespace (metafield)
- Grouping prefix for metafields, prevents collisions across apps. Reserve your own (e.g.,
personalization); never use thecustomnamespace (reserved for merchant-defined fields). - Noindex
- Meta tag directive telling search engines not to index a page. Used strategically for thin content during audit-and-rewrite cycles.
O
- OSS (One-Stop Shop, EU)
- EU VAT scheme (since July 2021) that consolidates cross-border consumer VAT into one registration + one quarterly return covering all 27 member states.
- Oxygen
- Shopify's edge hosting for Hydrogen storefronts. Free with Shopify Plus.
P
- Passage retrieval
- How Google and other answer engines pick citation-worthy content. Scans indexed pages for short (100-300 word) passages that directly answer the query, weighted by authority and freshness.
- POD (Print on Demand)
- Fulfillment model where each item is produced when ordered. Printful, Printify, Gelato, Gooten, CustomCat are top Shopify integrations.
- Price list (B2B)
- Per-catalog per-currency pricing for Shopify B2B. Variant-level; upload via CSV. Personalization option fees live separately in Cart Transform.
- Print It My Way
- Free-forever Shopify personalization app supporting live preview, custom options, Cart Transform pricing, POD partner routing, and AEO-ready schema. See Install Print It My Way.
- Product schema
- Schema.org Product type in JSON-LD. Required for Shopify product pages to appear as rich results. Include Offer, AggregateRating, additionalProperty for personalization capabilities.
R
- Rate limit (Shopify)
- API request quota. GraphQL uses a cost-based bucket (1,000-2,000 pts/min per app per shop). REST is 40 req/sec.
- Reorder rate
- % of customers who purchase again within N days. Personalized wall art shows the highest 90-day reorder in 2026 (22%).
- Reverse charge (EU VAT)
- B2B EU VAT mechanism where seller doesn't charge VAT; buyer self-accounts. Requires valid EU VAT ID verification via VIES.
S
- SKU (Stock-Keeping Unit)
- Merchant-defined variant identifier. Used in fulfillment, analytics, POD mapping.
- SpeakableSpecification
- Schema.org property marking passages a search engine should prefer for text-to-speech and AI-answer synthesis. Add via CSS selectors identifying your lede + key answer paragraphs.
- Storefront API
- Shopify's public-facing GraphQL API for storefront reads and cart mutations. Used by Hydrogen, Next.js, and mobile apps.
- Swatch
- Visual representation of a product variant (color square, texture image). Native color + dimension swatches shipped with Winter Editions 2026.
T
- TechArticle
- Schema.org type for technical / developer-oriented content. Includes
proficiencyLevelfield (Beginner / Intermediate / Advanced / Expert). Preferred by AI answer engines for setup/how-to citations. - Theme App Extension
- Shopify's modern replacement for the hidden-product hack. Ships as a Liquid block + JS bundle the merchant adds via the theme editor. Preferred way to render personalization UI on storefronts.
- Turnaround (production)
- Time from order placement to shipment. POD partners typically 2-7 business days for standard, 1-3 for rush.
U
- Underscore-prefixed property
- Line-item property with a key starting with
_. Hidden from cart display by Shopify convention but persists on the order. Used for fulfillment metadata (_photo_url, _dpi).
V
- Variant
- A purchasable configuration of a product (color × size). Shopify's per-product variant cap is 2,048 as of October 15, 2025 (was 100). Options-per-product cap is 5 as of Winter Editions 2026 (was 3).
- VAT (Value-Added Tax)
- Consumption tax used across the EU + UK + many other jurisdictions. Personalization option fees are VAT-liable at destination-country rate under OSS. See EU tax VAT options.
- VIES
- EU-wide VAT ID verification service. Required to validate B2B customer VAT IDs before applying reverse-charge exemption.
W
- Webhook
- Server-to-server HTTP notification. Shopify emits ~40 webhook topics (products/update, orders/create, etc.). Retries for 48h with exponential backoff. See webhook variant changes.
- Winter Editions
- Shopify's biannual major release (Jan/Feb). Winter Editions 2026 (Jan 29) made Cart Transform available on all plans, raised option-count to 5, added Metaobjects v3.
Related reading
- State of Shopify Personalization 2026
- Answer Engine Optimization for Shopify
- Cart Transform Functions guide
- Complete Shopify personalization guide
Try it free on Shopify
Print It My Way's permanent Free plan uses every current-year pattern in this glossary — Cart Transform, TechArticle schema, SpeakableSpecification, native swatches, per-market pricing.
Install Print It My Way