> ## Documentation Index
> Fetch the complete documentation index at: https://docs.quickshops.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Sell Digital Products with Quickshops

> Create and manage one-time downloadable products — files, templates, PDFs, and more — and start selling from your store in minutes.

Digital products are one-time purchases that customers buy and receive instantly after checkout. You can sell anything from PDF guides and design templates to e-books, courses, and software downloads. Each product lives on its own page in your store, complete with a name, description, pricing, and an optional cover image.

## What you can sell

<CardGroup cols={2}>
  <Card title="Downloadable files" icon="file-arrow-down">
    PDFs, ZIP archives, fonts, presets, audio files, and any other file you want to deliver after purchase.
  </Card>

  <Card title="Templates" icon="rectangle-history">
    Notion templates, Figma files, spreadsheet templates, presentation decks, and similar assets.
  </Card>

  <Card title="Courses & guides" icon="graduation-cap">
    Mini-courses, written tutorials, video bundles, and educational content delivered as files or links.
  </Card>

  <Card title="Creative assets" icon="palette">
    Stock photos, illustrations, icon sets, mockups, and other design resources.
  </Card>
</CardGroup>

## Create a digital product

<Steps>
  <Step title="Open the Products section">
    In your dashboard, click **Products** in the left sidebar, then click **New Product**.
  </Step>

  <Step title="Fill in the basics">
    Enter a **Name** and an optional **Description** that tells customers what they're getting. You can also add a **Category** to help organize your catalog.
  </Step>

  <Step title="Add product details">
    Use the **Details** field to add bullet points that highlight key features or what's included — for example, "10 Notion templates", "Compatible with Figma 2024", or "Instant download".
  </Step>

  <Step title="Upload a cover image">
    Add a product image to make your listing stand out. A clean, high-quality image improves conversions on your storefront.
  </Step>

  <Step title="Set the price">
    Enter the price in your store's currency. Prices are set in full units (for example, enter `29` for \$29.00). Make sure Stripe is connected under **Payments** before publishing.
  </Step>

  <Step title="Publish your product">
    Toggle the product to **Active** and click **Save**. Your product is now live on your storefront and ready to purchase.
  </Step>
</Steps>

## Manage existing products

From the **Products** list you can take the following actions on any product:

* **Edit** — Update the name, description, price, image, or details at any time. Changes take effect immediately on your storefront.
* **Deactivate** — Toggle a product inactive to hide it from your store without deleting it. Useful for seasonal products or items temporarily out of stock.
* **Duplicate** — Create a copy of an existing product as a starting point for a new listing.

<Note>
  Customers who already purchased a product retain access to their download regardless of whether you later deactivate the product.
</Note>

## Product fields reference

| Field       | Required | Description                                                     |
| ----------- | -------- | --------------------------------------------------------------- |
| Name        | Yes      | The product title shown on your store and at checkout.          |
| Description | No       | A longer explanation of what the product is and who it's for.   |
| Price       | Yes      | The amount charged at checkout, in your store's currency.       |
| Category    | No       | A label to group products together in your catalog.             |
| Details     | No       | Bullet points highlighting key features or what's included.     |
| Cover image | No       | A visual shown on the product page and in your storefront grid. |
| Active      | Yes      | Controls whether the product is visible and purchasable.        |

<Tip>
  Write your product description from the buyer's perspective — focus on the outcome they'll get, not just what the file contains.
</Tip>

## Related

<CardGroup cols={2}>
  <Card title="Subscriptions" icon="repeat" href="/products/subscriptions">
    Sell monthly or yearly recurring plans.
  </Card>

  <Card title="Discounts" icon="tag" href="/products/discounts">
    Create coupon codes and bundle pricing.
  </Card>
</CardGroup>
