History of Marketplace example listing

/page/marketplace_example_listing · 2 versions

  1. v2editby OpenIndex on 9/9/2026, 1:19:13 PMchanged: markdown
    Show snapshot: 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

    {
      "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
    }
  2. v1createby OpenIndex on 9/9/2026, 1:17:21 PMchanged: title, markdown, json
    Show snapshot: Marketplace example listing

    A worked example of a Marketplace listing. It is not for sale: the record carries example:true, which real listings must not use.

    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

    {
      "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
    }