Product catalogues

Product catalogue

List your products with prices and ordering details in one easy catalogue.

File types
PDF
Size
A4 PDF
Use case
Product catalogues
Licence
Free to copy and use in your own templates
Source
Made by thirds.ai with the open-licence Archivo font, original graphic marks, and fictional sample names.
A tall catalogue with a black header holding an orange crosshair icon and the title Thornbury Cycle Co., above a white ruled list of eleven priced bike parts in orange type and a black ordering footer bar.
product-catalogue/template.html

About this design

What you can make with it.

Shops and wholesalers send this whenever their product range changes. Each row lists a product's name, code, description, and price, under a short introduction and an ordering line at the bottom. Add, remove, or reprice items so the list always matches what you sell.

Your details

What you can change.

These are the words and numbers you swap for your own. The design stays the same.

  1. Business nameA short text.
  2. EditionA short text.
  3. IntroA longer text with more than one line.
  4. ProductsA list of items. Each item has sku, name, description and price.
  5. Order lineA short text.
  6. FooterA short text.
Sample data
{
  "business_name": "Thornbury Cycle Co.",
  "edition": "Parts list · Autumn 2026",
  "intro": "A short list of parts and accessories for riders who service their own bikes between shop visits.",
  "products": [
    {
      "sku": "TCB-001",
      "name": "Alloy city pedals",
      "description": "Lightweight platform pedals for everyday riding",
      "price": 22
    },
    {
      "sku": "TCB-014",
      "name": "Puncture-resist inner tube",
      "description": "700c tube built for standard commuter tyres",
      "price": 7
    },
    {
      "sku": "TCB-027",
      "name": "Leather saddle, tan",
      "description": "Classic saddle that breaks in well over one season",
      "price": 48
    },
    {
      "sku": "TCB-033",
      "name": "Bar tape, cobalt blue",
      "description": "Tacky cork tape for road and gravel handlebars",
      "price": 14
    },
    {
      "sku": "TCB-041",
      "name": "Bell, brass",
      "description": "Small brass bell with a clean, clear ring",
      "price": 9
    },
    {
      "sku": "TCB-052",
      "name": "Kickstand, adjustable",
      "description": "Steel kickstand that fits most frame sizes",
      "price": 16
    },
    {
      "sku": "TCB-063",
      "name": "Mudguard set",
      "description": "Full-length guards for wet-weather commuting",
      "price": 26
    },
    {
      "sku": "TCB-071",
      "name": "Chain, 9-speed",
      "description": "Nickel chain for derailleur drivetrains",
      "price": 19
    },
    {
      "sku": "TCB-084",
      "name": "Rear pannier rack",
      "description": "Aluminium rack rated for a full day's shopping",
      "price": 34
    },
    {
      "sku": "TCB-096",
      "name": "LED light set",
      "description": "Front and rear lights with a USB charge cable",
      "price": 21
    },
    {
      "sku": "TCB-102",
      "name": "Frame lock, hardened",
      "description": "Compact wheel lock with a carry strap",
      "price": 38
    }
  ],
  "order_line": "Email orders@thornburycycles.example with the part codes and quantity you need.",
  "footer": "Thornbury Cycle Co., 22 Weir Lane, Leeds"
}

For developers

Make this file from your code or your AI tools.

Save your copy once, then send the new details with each request. Each finished file costs 1 credit.

API request
curl https://thirds.ai/v1/pdf \
  -H "Authorization: Bearer $THIRDS_API_KEY" \
  -H "Content-Type: application/json" \
  -H "Idempotency-Key: product-catalogue-1" \
  -d '{"template_id":"tpl_your_copy","version":1,"data":{"business_name":"Thornbury Cycle Co.","edition":"Parts list · Autumn 2026","intro":"A short list of parts and accessories for riders who service their own bikes between shop visits.","products":[{"sku":"TCB-001","name":"Alloy city pedals","description":"Lightweight platform pedals for everyday riding","price":22},{"sku":"TCB-014","name":"Puncture-resist inner tube","description":"700c tube built for standard commuter tyres","price":7},{"sku":"TCB-027","name":"Leather saddle, tan","description":"Classic saddle that breaks in well over one season","price":48},{"sku":"TCB-033","name":"Bar tape, cobalt blue","description":"Tacky cork tape for road and gravel handlebars","price":14},{"sku":"TCB-041","name":"Bell, brass","description":"Small brass bell with a clean, clear ring","price":9},{"sku":"TCB-052","name":"Kickstand, adjustable","description":"Steel kickstand that fits most frame sizes","price":16},{"sku":"TCB-063","name":"Mudguard set","description":"Full-length guards for wet-weather commuting","price":26},{"sku":"TCB-071","name":"Chain, 9-speed","description":"Nickel chain for derailleur drivetrains","price":19},{"sku":"TCB-084","name":"Rear pannier rack","description":"Aluminium rack rated for a full day'"'"'s shopping","price":34},{"sku":"TCB-096","name":"LED light set","description":"Front and rear lights with a USB charge cable","price":21},{"sku":"TCB-102","name":"Frame lock, hardened","description":"Compact wheel lock with a carry strap","price":38}],"order_line":"Email orders@thornburycycles.example with the part codes and quantity you need.","footer":"Thornbury Cycle Co., 22 Weir Lane, Leeds"}}'
MCP call
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "render",
    "arguments": {
      "output": "pdf",
      "idempotency_key": "product-catalogue-1",
      "request": {
        "template_id": "tpl_your_copy",
        "version": 1,
        "data": {
          "business_name": "Thornbury Cycle Co.",
          "edition": "Parts list · Autumn 2026",
          "intro": "A short list of parts and accessories for riders who service their own bikes between shop visits.",
          "products": [
            {
              "sku": "TCB-001",
              "name": "Alloy city pedals",
              "description": "Lightweight platform pedals for everyday riding",
              "price": 22
            },
            {
              "sku": "TCB-014",
              "name": "Puncture-resist inner tube",
              "description": "700c tube built for standard commuter tyres",
              "price": 7
            },
            {
              "sku": "TCB-027",
              "name": "Leather saddle, tan",
              "description": "Classic saddle that breaks in well over one season",
              "price": 48
            },
            {
              "sku": "TCB-033",
              "name": "Bar tape, cobalt blue",
              "description": "Tacky cork tape for road and gravel handlebars",
              "price": 14
            },
            {
              "sku": "TCB-041",
              "name": "Bell, brass",
              "description": "Small brass bell with a clean, clear ring",
              "price": 9
            },
            {
              "sku": "TCB-052",
              "name": "Kickstand, adjustable",
              "description": "Steel kickstand that fits most frame sizes",
              "price": 16
            },
            {
              "sku": "TCB-063",
              "name": "Mudguard set",
              "description": "Full-length guards for wet-weather commuting",
              "price": 26
            },
            {
              "sku": "TCB-071",
              "name": "Chain, 9-speed",
              "description": "Nickel chain for derailleur drivetrains",
              "price": 19
            },
            {
              "sku": "TCB-084",
              "name": "Rear pannier rack",
              "description": "Aluminium rack rated for a full day's shopping",
              "price": 34
            },
            {
              "sku": "TCB-096",
              "name": "LED light set",
              "description": "Front and rear lights with a USB charge cable",
              "price": 21
            },
            {
              "sku": "TCB-102",
              "name": "Frame lock, hardened",
              "description": "Compact wheel lock with a carry strap",
              "price": 38
            }
          ],
          "order_line": "Email orders@thornburycycles.example with the part codes and quantity you need.",
          "footer": "Thornbury Cycle Co., 22 Weir Lane, Leeds"
        }
      }
    }
  }
}

Make this design yours.

Open it in the editor, change anything you like, and keep it with your own templates. Your first 50 credits each month are free.