- Short answer
- No — Shopify verifies no age natively; the 18-or-majority rule binds the account owner, and customer gating is an app or a Function.
- Account signup
- The Terms state the rule; Shopify publishes nothing about checking it when you open a store
- What Shopify does verify
- The owner's identity for Shopify Payments — financial-crime compliance, not an age check
- Storefront and checkout
- No native gate is documented; Shopify's docs route age or ID verification to App Store apps, and checkout-side to a validation Function
- What a Function can do
- Block checkout and show your error message — the API documents no way to render an ID-upload screen
- What a self-declared age click proves
- Shopify publishes nothing on it; the written rules quoted here cover tobacco and vapes only
Does Shopify verify your age when you sign up?
Shopify does set an age requirement, and it sits in its Terms of Service under Account Terms (the document was last updated on May 11, 2026). The wording is deliberately relative, because the threshold is not the same everywhere:
"You must be the older of: (i) 18 years, or (ii) at least the age of majority in the jurisdiction where you reside and from which you use the Services to open an Account."
— Shopify Terms of Service, Account Terms
That is a requirement you accept, not a check Shopify runs. No Shopify documentation we could find describes an age check at signup — we read the Terms, the Help Center and the developer docs in July 2026, and no step in creating a store asks a new merchant for a date of birth, an ID or an age declaration. Shopify does not publish a sentence saying it skips the check either. Note who the clause covers — the person opening the account, not the people who buy from that store.
What does Shopify verify about the account owner?
Shopify's identity checks look at the person running the store, never at the person buying from it. Merchants often run into one later and read it as age verification happening in their shop. Activating Shopify Payments in the United States means handing over details about you and your business, and Shopify's requirements page lists among them "Date of birth: Your birth date, formatted as MM/DD/YYYY." It also states why: Shopify and its banking partners collect and verify that information to comply with US regulations "designed to prevent financial crimes."
The other checks follow the same pattern. Identity verification exists, in Shopify's words, to protect your business from impersonation, account takeovers, and fraudulent activities; in most cases the store owner is the one required to complete it, and the date of birth on the document must match the account details. Proof of Liveness, the photo-ID-plus-selfie step in Shopify Payments onboarding, can be completed only by the account owner. None of it is a trust signal for shoppers either — a separate question our answer to whether Shopify verifies sellers covers.
Is there a built-in age gate on your storefront?
No native age gate is documented — and the clearest signal is where Shopify's own documentation sends you. Its guide to customizing customer accounts pages lists "Age or ID verification" among the things you add with apps from the Shopify App Store. Read the scope of that page carefully: it is about customer account pages, not a statement about checkout as a whole. Checked in July 2026, we found no admin switch that gates a product by age. Two routes are documented for merchants instead — an app, or a Function built for your store.
The apps differ far more than the shared category name suggests. The listings we sampled in July 2026 use three methods:
- A self-declared date of birth. The shopper types a birth date into a pop-up; nothing is compared against a document.
- A yes/no or checkbox confirmation. The shopper clicks to confirm they are over the threshold.
- A document check. The shopper scans a government-issued ID, sometimes with a live selfie matched against it.
The one thing Shopify says about age pop-ups is not about the law. Its web performance documentation relays Google's page-experience factors, and one of them is "The absence of intrusive interstitials, which are page elements that obstruct a complete view of the content, such as promotional pop-ups or age verification" — so a full-screen gate is a page-experience cost you take on knowingly.
What can an age check at Shopify checkout actually do?
The developer route is the Cart and Checkout Validation Function API, and Shopify's docs name age or ID verification as one of seven example use cases: Verify the age or ID of a customer when they proceed through checkout. That is an example a developer implements, not a feature that arrives switched on.
What the validation can do is narrower than most merchants assume. The API describes its validation errors as "The validation errors that block a customer from proceeding through checkout", and tells you to "Use the API to generate the validations and to specify the message that should be displayed in checkout when the function returns a validation error." Block the order, show your message — that is the shape of it. Those are the outputs the API documents; nothing in it renders a screen. Rendering one — a document-upload field, an ID form — takes a different tool: Shopify documents checkout UI extensions for that, and extensions on the information, shipping and payment steps are limited to Shopify Plus. Our guide to where Shopify hurts maps the rest of checkout's ceilings for regulated categories.
Availability depends on how the Function reaches your store. Shopify's API availability page says stores on any plan can use public App Store apps that contain functions, while only stores on Shopify Plus can use custom apps that contain Function APIs. Plus is the line for the custom-app route, not for functions as such: a bespoke validation written for your store alone lands on Plus; an App Store app that ships one works on any plan.
What do the tobacco and vape rules require?
Shopify publishes nothing about what a self-declared "I am 18" click achieves — its own documentation, checked in July 2026, says nothing either way. What exists in writing sits in law, and it is narrow.
In the United States, the PACT Act governs delivery sales of tobacco products, and requires the seller to obtain the buyer's full name, birth date and residential address and to verify them through a commercially available database drawn primarily from government sources. Congress extended the Act to vaping products in 2021, and the ATF summarises the result: "These include 1) verifying the age of customers for all purchases, 2) requiring an adult with ID to be present for delivery, and 3) labeling shipping packages to show they contain tobacco products."
In the European Union, Article 18(1) of the Tobacco Products Directive lets a Member State ban cross-border distance sales of tobacco outright; where such sales are allowed, Article 18(4) requires: "Retail outlets engaged in cross-border distance sales shall operate an age verification system, which verifies, at the time of sale, that the purchasing consumer complies with minimum age requirements provided for under the national law of the Member State of destination." Article 2(36) defines the term: "'age verification system' means a computing system that unambiguously confirms the consumer's age electronically in accordance with national requirements". Article 20(6) applies Article 18 to cross-border distance sales of electronic cigarettes and refill containers.
Two boundaries matter. Neither text is a Shopify document — Shopify publishes no position on what a self-declared age click proves, or on these particular rules — and neither one covers alcohol, CBD or any other age-restricted category; both are about tobacco, vapes and e-cigarettes. Alcohol carries its own licensing and delivery stack, covered in our guide to running a grocery store on Shopify.
Which age-restricted products are banned on the Shop channel?
The Shop channel adds its own product rules on top of everything above. Shopify's list of prohibited products on Shop opens by setting its own limits — "Prohibited product types on Shop include, but aren't limited to, the following examples:" — and eleven examples follow. Three bear directly on age-restricted selling:
- Age-restricted products such as alcohol, tobacco, or gambling
- Cannabis products
- Mature and adult content or services, or products that have nudity
There is no gate to build here: on Shop these categories are prohibited, not gated. The rule is scoped to that one channel, so being blocked on Shop settles nothing about your own store — the list says nothing about what your storefront and checkout may sell. On Shop these categories are off the table; on your own storefront and checkout the documented routes are an App Store app or a validation Function a developer builds for you — and neither appears unless you put it there.
This article was written entirely by AI under human editorial direction. The editor sets the topic and structure, runs multi-stage validation on facts, links, and interactive elements, and verifies the output is useful from a business perspective. All claims are checked against official Shopify sources. Details may change — always confirm critical data at shopify.com.
Editorial Policy