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

# Product QR Code

> Create a QR code for product information.

## What it's for

A product page showcases a single item — packaging, an artisan good, a tech launch — with an image gallery, a description, a call-to-action button (e.g. "Shop the Collection"), share buttons, and optionally a map for pickup locations. Shoppers scan it from packaging, a shelf-talker, or a print ad to land on a page with more detail than a barcode or a Website URL redirect can carry.

<Note>
  Like every category on this page, "Product QR code" isn't a separate creation route — it's the **Build a Page** flow filtered to product-tagged templates.
</Note>

## Find a product template and reach the builder

<Steps>
  <Step title="Open Create QR Code and choose Build a Page">
    From **QR Codes → Create QR Code** (`/qr/create`), click the **Build a Page** card to open the block-based page builder's template gallery.
  </Step>

  <Step title="Filter the gallery by Product">
    On **Choose a template** (`/qr/new`), click the **Product** tag. At verification time there were 3 templates: **Tech Product Launch**, **Handmade Goods**, and **Flash Drop**.

    <Frame caption="The template gallery filtered to the Product tag">
      <img src="https://mintcdn.com/scanova-api/q8t3kzcRTgAP7jV0/images/v2/qr-codes/create/product/gallery-filtered.png?fit=max&auto=format&n=q8t3kzcRTgAP7jV0&q=85&s=93f3babcdc283139bc6682e84712e381" alt="Template gallery filtered to the Product tag, showing Tech Product Launch, Handmade Goods, and Flash Drop templates plus the Start Blank option" width="1280" height="755" data-path="images/v2/qr-codes/create/product/gallery-filtered.png" />
    </Frame>
  </Step>

  <Step title="Preview and select a template">
    Clicking a card opens a preview panel with the template's name, description, category tag, and a **Use this template** button. The **Handmade Goods** template was used for verification here — it's tagged **Product** and described as fitting an artisan or small-batch goods brand.
  </Step>

  <Step title="Land in the page builder">
    Selecting it opens the builder at `/qr/new/landing?template=product-artisan-goods`. This template ships with 5 blocks: **Image Gallery**, **Description**, **Button**, **Share Buttons**, and **Map** — all editable from the left-hand blocks panel, with page settings (URL slug, password protection) on the right.

    <Frame caption="The page builder canvas after opening the Handmade Goods product template">
      <img src="https://mintcdn.com/scanova-api/q8t3kzcRTgAP7jV0/images/v2/qr-codes/create/product/builder-canvas.png?fit=max&auto=format&n=q8t3kzcRTgAP7jV0&q=85&s=21e4dfcd6fa9a4db5896ce86fe5c199d" alt="Page builder canvas showing the Handmade Goods product template with Image Gallery, Description, Button, Share Buttons, and Map blocks" width="1280" height="720" data-path="images/v2/qr-codes/create/product/builder-canvas.png" />
    </Frame>

    <Check>
      Reaching this canvas confirms the flow — you don't need to publish to verify it works. Edit the gallery images, description copy, and button link, then use **Publish** from the top bar when the page is ready.
    </Check>
  </Step>
</Steps>

## Creating one via the API

To create a product-style QR code through the API rather than the UI, use category ID `18` (labeled **Product**) — see [Create QR Code](/v1/api-reference/endpoint/qr_manager/create) for the full request schema and [Category List](/v1/api-reference/references/category-list) for the complete ID-to-label mapping.

## Related

* [GS1 QR Code](/qr-codes/create/gs1) — a structured supply-chain identifier for a product, rather than a marketing landing page.
* [Page Builder overview](/page-builder/overview) — the block-based editor this template opens into.
* [Templates](/page-builder/templates) — browsing, filtering, and saving your own templates in the gallery.
* [Folders, tags & bulk operations](/qr-codes/manage/folders-tags-bulk-operations) — organize the QR code after publishing it.
