Products, variants and offers
A canonical product can carry distinct variants and retailer offers without collapsing useful commercial differences.
This sample shows how product identity, variants, retailer offers, provenance and quality information can be presented in usable records.
| Product | Brand | Category | Variant | Price | Retailer | Availability | Source |
|---|
CSV for rows, JSON for structured integrations and XLSX for familiar workbook workflows.
{
"product_name": "Aether 2P Tent",
"brand": "Example Outdoor",
"category": "tents",
"variant": "forest / 2 person",
"retailer": "Example Retailer",
"price_gbp": 149.00,
"availability": "in_stock",
"source_url": "https://example.com/product",
"observed_at": "2026-08-30T09:15:00Z"
}A canonical product can carry distinct variants and retailer offers without collapsing useful commercial differences.
Source URLs and observation times can stay attached to records so users know where and when information was observed.
Required-field, type, consistency and completeness checks can be represented as quality metadata.