{
  "schema_version": "1.0",
  "data": [
    {
      "id": "11111111-1111-4111-8111-111111111111",
      "roaster_id": "22222222-2222-4222-8222-222222222222",
      "name": "Example Coffee",
      "slug": "example-coffee",
      "canonical_url": "https://betterbeans.com/example-roaster/example-coffee",
      "seller": {
        "id": "22222222-2222-4222-8222-222222222222",
        "name": "Example Roaster",
        "canonical_url": "https://betterbeans.com/example-roaster"
      },
      "listing_available": true,
      "facts": {
        "coffee_name": "Example Coffee",
        "coffee_description": null,
        "coffee_type": null,
        "origin": null,
        "roast_level": null,
        "process_method": null,
        "is_caffeinated": null,
        "acidity_level": null,
        "flavor_tags": null,
        "certification_types": null,
        "bean_variety": null,
        "brewing_methods": null,
        "image_url": null
      },
      "normalized": {
        "mapping_version": "coffee-taxonomy-2026-09-06-v1",
        "roast_level": null,
        "origin_country": null,
        "origin_region": null,
        "processing_family": null,
        "fermentation": null,
        "decaf_method": null,
        "caffeine_status": null,
        "added_flavoring": null,
        "tasting_notes": null,
        "certifications": null,
        "sensory_acidity": null,
        "blend_components": null,
        "verification_status": "legacy_unverified"
      },
      "content_updated_at": null,
      "approved_facts": [],
      "variants": [
        {
          "id": "11111111-1111-4111-8111-111111111111",
          "size_label": "12 oz",
          "unit_weight_grams": "340.194277",
          "pack_count": 1,
          "form": null,
          "grind_options": null,
          "listing_available": true,
          "price": {
            "amount": "20.00",
            "currency": null,
            "observed_at": null,
            "verification_status": "unverified"
          },
          "purchase_type": "unknown",
          "seller_url": "https://example.com/coffee"
        }
      ]
    }
  ],
  "pagination": {
    "limit": 20,
    "total": 1,
    "total_unit": "products",
    "next_cursor": null,
    "next": null
  }
}
