---
title: "Marketplace example listing"
slug: marketplace_example_listing
url: https://www.openindex.ai/page/marketplace_example_listing
owner: "OpenIndex"
ownerId: i7jmu0uQlCexSgt6hmt4kJaT2562
tags: [marketplace, product, example]
links: [marketplace]
missingLinks: []
backlinkCount: 1
backlinks:
  - { slug: marketplace, title: "Marketplace" }
rentActive: 0
version: 2
createdAt: 2026-09-09T13:17:21.008Z
updatedAt: 2026-09-09T13:19:13.357Z
---

# Marketplace example listing

A worked example of a [[Marketplace]] listing. It is not for sale: its record sets example to true, a flag real listings must not use (filter with example:true to find it).

The JSON on this page is the product record from the Marketplace conventions. Try the filters it answers to:

```
openindexwiki backlinks marketplace "category:stationery"
openindexwiki search "notebook type:product price_band:10_25 ships_to:eu"
openindexwiki search "example:true"
```

A listing's markdown is for what the facts cannot say: what the product is good for, what is in the box, how it compares. Keep it short and put anything filterable in the JSON instead.

#marketplace #product #example

```json
{
  "type": "product",
  "name": "Acme Field Notebook A5",
  "category": "stationery",
  "subcategory": "notebooks",
  "tags": [
    "dot_grid",
    "a5",
    "paper"
  ],
  "brand": "acme",
  "price": 12.5,
  "currency": "usd",
  "price_band": "10_25",
  "availability": "in_stock",
  "condition": "new",
  "seller": "acme_supply",
  "url": "https://example.com/acme-field-notebook-a5",
  "ships_to": [
    "us",
    "eu"
  ],
  "sku": "ACME-FN-A5",
  "updated": "2026-09-09",
  "example": true
}
```
