Shopify admin uses a small set of words with precise meanings. If you treat “collection” as “category from another platform” without checking Shopify’s model, you will build the wrong navigation.
Quick answer
A product is an item you sell. A variant is a purchasable combination of options (size, color). A collection is a group of products (manual or automated). A handle is the URL slug. The theme is the storefront design. Checkout is the payment flow. Apps extend Shopify. Sales channels are extra places the catalog can sell. Learn these before you install anything.
Core catalog words
Product. The parent record: title, description, media, vendor, product type. Shopify commonly uses the product title as the storefront H1—confirm in your theme.
Variant. SKU-level purchase: option1/option2/option3, price, inventory, barcode. If two items need different URLs or very different content, they may need to be separate products, not variants.
SKU / barcode. Operational identifiers. They are not a substitute for a human product title.
Collection. Shopify’s name for a category-style listing. Manual collections are a picked list. Automated collections use rules (tag, price, vendor). See Shopify’s collections documentation when you build them.
Tag. A label on a product. Useful for automated collections. Useless as a public SEO strategy if you create hundreds of near-empty tag pages. Future Shopify 101 articles will cover tags and filters; do not spray tags “for SEO.”
Vendor / product type. Optional classifying fields. Use them consistently or not at all.
URL and SEO words
Handle. The last part of the path (for example /products/linen-shirt). Change it carefully; keep redirects when a live handle changes. Shopify documents search engine listing fields (title, meta description, URL) on products, collections, and pages.
Search engine listing. The admin panel for title tag, meta description, and handle. Google may still rewrite the snippet.
Canonical. Shopify generates canonical tags for the Online Store. Themes and apps can still emit conflicts—inspect the live HTML.
myshopify.com. The default store subdomain. Connect a custom domain before you treat the store as your public brand URL.
Design and code words
Theme. The Liquid/JSON templates and assets for the Online Store. You publish one theme at a time.
Theme editor. The visual customizer for sections and settings. It is not the same as editing theme code.
Section / template. A homepage is sections. Product and collection pages use templates. Custom templates are an advanced topic.
Liquid. Shopify’s theme language. You do not need it to launch. You need it (or a developer) for deeper theme work.
Commerce operations
Shopify Payments. Shopify’s payments product, where available. Card rates depend on plan and country.
Gateway. Another processor connected to checkout. Shopify’s public pricing lists extra transaction fees when you do not use Shopify Payments.
Draft order. An order you create for a customer (invoice, wholesale, phone).
Fulfillment. Marking items as shipped or fulfilled, with tracking if you add it.
Location. Inventory location (warehouse, store). Plan limits apply; Shopify’s US table listed 10 locations on standard plans and 200 on Plus as of 29 August 2026.
POS. Point of sale for in-person selling. POS Pro is a paid add-on on the public pricing table.
Market. Shopify Markets for multi-country selling (currency, domains, duties). Advanced configuration.
Apps and access
App. A listed integration. Uninstall unused apps; leftover scripts remain a common performance issue.
Staff / collaborator. Logins for teammates or partners. Seat limits depend on plan.
Shopify Flow. Automation (availability depends on plan). Do not automate refunds you have not thought through.
What to do next
Read how Shopify works so these words attach to screens. Then create an account and click each Settings area once without installing apps. Return to the Shopify 101 complete guide for the launch sequence.
Frequently asked questions
Is a collection the same as a WordPress category?
It is the closest analogue, but rules and URLs differ. Do not assume WordPress habits.
Are tags visible to shoppers?
They can be, depending on theme. Do not use tags as a dumping ground.
What is a “page” in Shopify?
A content page (About, policy) separate from products and collections. Give policy pages accurate titles.
Do I need to memorize Liquid?
No. Learn handles, variants, and collections first.
Related articles
What Is Shopify? A Plain-Language Explanation for New Store Owners
Shopify is a hosted commerce platform for selling online, in person, and on connected channels from one admin. What it includes, what you st…
What Are Shopify Product Tags and How Should You Use Them?
Shopify product tags are admin merchandising labels for collections, search, and apps—not a ranking shortcut. Naming conventions, what to ta…
What Are Shopify Apps and How Do They Work?
Shopify apps connect to your store via permissions, App Store install, theme embeds, and fees. Native tools vs third-party, scopes, and what…