Create a New Product
To get started, navigate to the Products tab of the admin dashboard.

Name & Description

- Name: Shown on product listing pages, the PDP, checkout.
- Description: Displayed on the product detail page. Supports rich formatting like bold text, headings, links, and images.
Media




You can also use the checkboxes to delete multiple images at once.
Availability & Status

- Status:
- Active: visible and purchasable
- Draft: hidden from customers
- Archived: stored in the admin, no longer available
- Make Active At: Schedule a future go-live date
- Available On: Set a public release date (commonly used for preorders)
- Discontinue On: Choose a date to automatically unpublish the product
Categorization

-
Taxonomies: Assign categories, collections, or brands (e.g., Fashion → Women → Tops). Products will appear anywhere the taxon is used on the site.

-
Tags: Use custom tags like Vegan, Eco-Friendly, or Summer Collection for filtering, related products, or smart merchandising logic.

Taxonomies must be created in Products → Taxonomies before they can be assigned to products. Tags, on the other hand, can be created directly in the product editor.
Pricing

- Amount: The selling price shown on the storefront
- Compare At Amount: Optional field for showing a discounted or original price.


Add or manage supported currencies in Settings → Store Settings.
Inventory

- Track Quantity: Enable this if you want to keep count of stock and prevent overselling.
- Quantity: Set available inventory for each stock location.
- Continue Selling When Out of Stock: Optional override that allows customers to purchase even if stock is zero.
- SKU: Internal identifier for managing stock. Not required, but helpful — must be unique per variant.
- Barcode: Used for scanning in warehouses, syncing with logistics providers, or POS systems. Supports ISBN, UPC, GTIN, etc.
If quantity tracking is enabled, stock is automatically reduced when orders are placed.
Variants


- Choose an Option Name (e.g., Size, Color)
- Add Option Values (e.g., S, M, L)
- Click Done
- Add more option types if needed
You can add or manage Options under Products → Options.

Keep naming consistent across products (e.g., use S, M, L everywhere - not Small, Medium, Large on some items and initials on others).
Shipping

- Dimensions & Weight: Enter the product’s width, height, depth, and weight.
- These values can be used to calculate shipping costs automatically
- Shipping Category: Choose the category that determines shipping behavior.
- E.g., assign Digital for downloadable products, or Heavy for oversized items.
You can change the default unit system (metric vs imperial) in Settings → Store Details → Standards & Formats.
Properties

- Material: 100% Organic Cotton
- Fit: Regular
- Care: Machine wash cold
- Allergens: Contains nuts
You can add or manage properties under Products → Properties.
Tax

- Default Tax
- Tax Exempt
- Downloadable Goods
Search Engine Listing

- Meta Title: The page title shown in search results
- Meta Description: Short summary shown beneath the title
- Slug: Controls the product’s URL. If not set, the product name is used (e.g., /black-hoodie)
Digital Products
If you’re selling a downloadable file (PDF, ZIP, audio, video, software, license key, etc.), configure the product as digital so the storefront can deliver the file after purchase and skip the shipping step at checkout. To create a digital product:- Create the product as described above and fill in the Name, Description, Media, and Pricing sections.
- In the Shipping section, set Shipping Category to a digital category (for example, Digital or Digital Delivery). When a cart contains only items in a digital shipping category, checkout skips the shipping step.
- In the Tax section, assign a tax category appropriate for digital goods (for example, Downloadable Goods).
- Save the product, then open its variant (or the master variant if the product has no options) and upload the file(s) to attach to that variant. Each digital file is associated with a specific variant.
Shipping and tax categories are managed in Settings → Shipping and Settings → Tax. If a “Digital” or “Downloadable Goods” category isn’t listed yet, create it there first.
Download access and limits
Spree generates a unique digital link with a token for each purchased line item. You can restrict how customers use that link from your store’s digital product settings:- Maximum downloads - cap how many times the file can be downloaded per order (for example, 5).
- Link expiry - set how long the link remains valid after purchase (for example, 3 days).
How customers receive the file
After an order is placed, customers can access their files in three ways:- Order confirmation page - download links appear on the success page immediately after checkout.
- Order confirmation email - links are included in the email sent after purchase.
- My Account dashboard - logged-in customers can return to their account to re-download (subject to the limits above).
GET /api/v3/store/digitals/{token}. The token alone authorizes the download — no API key or login is required — which is why download limits and expiry exist.
For more on the digital product model, see the Digital Products overview.

