Quiverblocks chooses Diggama to deliver 200+ articles every month

Commerce & Marketing · Blueprint

Popular

E-commerce Catalog

Model your entire product range with structured products, nested categories, and brand profiles. Prices, stock flags, and imagery live alongside rich descriptions, so your storefront, mobile app, and marketplace feeds all pull from one catalog. Install it and start publishing products in minutes.

content types
3
fields
23
sample records
3

Schema

What's inside

Every content type ships pre-configured with typed fields, validation and relationships.

01

Product

A sellable item with pricing, imagery, stock status, and its place in the catalog hierarchy.

12 fields

title Text
slug Slug
description RichText
sku Text
price Text
sale_price Text
main_image Image
gallery_image Image
category Reference
brand Reference
in_stock Boolean
release_date Date
02

Category

A navigable section of the catalog, nestable via a parent reference for deep hierarchies.

6 fields

name Text
slug Slug
description RichText
image Image
parent Reference
featured Boolean
03

Brand

A manufacturer or house brand attached to products for filtering and brand pages.

5 fields

name Text
slug Slug
logo Image
website Link
description RichText

REST API

Product, as JSON.

Each content type of the blueprint is served by the REST API, with filtering, sorting, search and pagination.

Explore the API docs
GET /v1/resources/product/1 200
{
  "id": 1,
  "status": "published",
  "data": {
    "title": "Aurora Desk Lamp",
    "slug": "aurora-desk-lamp",
    "description": "<p>…</p>",
    "sku": "…",
    "price": "…",
    "sale_price": "…",
    "main_image": { "url": "…" },
    "gallery_image": { "url": "…" },
    "category": { "id": 1 }
  }
}

Sample data

Ships with sample data

Install the blueprint and explore it with realistic example records.

  • Sample

    Aurora Desk Lamp

    Minimalist LED lamp in the Lighting category, priced 79.00 with a 59.00 sale price, in stock

  • Sample

    Lighting

    Top-level category with intro copy and a featured flag for homepage navigation

  • Sample

    Nordlys

    Scandinavian brand profile with logo, website link, and a short brand story

Features

Why this blueprint

  • Storefront-ready structure Products, categories, and brands are modeled the way storefronts query them, so your frontend maps one-to-one to the API.
  • Nested category tree Categories reference their parent, giving you unlimited depth for department, aisle, and shelf style navigation.
  • Merchandising built in Sale prices, stock flags, release dates, and featured toggles cover the everyday levers merchandisers actually pull.

Use cases

Built for

  • A D2C brand publishing its catalog to a Next.js storefront and a mobile app from one source
  • An agency scaffolding client shops without redesigning the product model every time
  • A marketplace team syncing SKUs from an ERP while editors enrich copy and imagery in the CMS
  • A wholesaler exposing a browsable, non-transactional catalog to retail buyers

Related

More in Commerce & Marketing

Browse all blueprints

Start with the E-commerce Catalog blueprint

Install it in one click, explore the sample data, then adapt every field to your needs.

No credit card required · 3 months free trial · Cancel anytime