History of Marketplace example listing
/page/marketplace_example_listing · 2 versions
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.
{ "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 }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.
{ "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 }