{
  "service": {
    "name": "RoastRoute",
    "environment": "production",
    "version": "2.4.1",
    "currency": "USD",
    "locale": "en-US",
    "support": {
      "email": "support@roastroute.example",
      "responseTimeHours": 24
    }
  },
  "customer": {
    "id": "cus_8f3c2a91",
    "email": "maya.chen@example.com",
    "name": {
      "first": "Maya",
      "last": "Chen"
    },
    "preferences": {
      "roastLevels": [
        "light",
        "medium"
      ],
      "brewMethods": [
        "pour-over",
        "aeropress"
      ],
      "flavorNotes": [
        "citrus",
        "stone fruit",
        "chocolate"
      ],
      "wholeBean": true,
      "grindSize": null
    }
  },
  "subscription": {
    "id": "sub_20260716_a4d9",
    "status": "active",
    "plan": {
      "code": "explorer_two_bag",
      "name": "Explorer",
      "bagsPerShipment": 2,
      "bagSizeGrams": 340,
      "frequency": {
        "interval": "week",
        "count": 4
      },
      "price": {
        "subtotal": 36.0,
        "shipping": 0.0,
        "tax": 4.68,
        "total": 40.68
      }
    },
    "shippingAddress": {
      "recipient": "Maya Chen",
      "line1": "214 Cedar Street",
      "line2": "Unit 5B",
      "city": "Toronto",
      "region": "ON",
      "postalCode": "M5V 2T6",
      "country": "CA"
    },
    "paymentMethod": {
      "type": "card",
      "brand": "visa",
      "last4": "4242",
      "expires": {
        "month": 9,
        "year": 2028
      }
    },
    "currentPeriod": {
      "startedAt": "2026-07-02T12:00:00Z",
      "endsAt": "2026-07-30T12:00:00Z"
    },
    "nextShipment": {
      "id": "shp_b792e413",
      "scheduledFor": "2026-07-28",
      "estimatedDelivery": {
        "earliest": "2026-07-31",
        "latest": "2026-08-04"
      },
      "contents": [
        {
          "coffeeId": "coffee_eth_0017",
          "name": "Konga Natural",
          "origin": {
            "country": "Ethiopia",
            "region": "Yirgacheffe",
            "producer": "Konga Cooperative",
            "elevationMeters": {
              "minimum": 1900,
              "maximum": 2100
            }
          },
          "process": "natural",
          "varieties": [
            "Heirloom"
          ],
          "roastLevel": "light",
          "tastingNotes": [
            "blueberry",
            "jasmine",
            "cocoa nib"
          ],
          "quantity": 1
        },
        {
          "coffeeId": "coffee_col_0042",
          "name": "El Mirador",
          "origin": {
            "country": "Colombia",
            "region": "Huila",
            "producer": "Lucía Ramírez",
            "elevationMeters": {
              "minimum": 1750,
              "maximum": 1850
            }
          },
          "process": "washed",
          "varieties": [
            "Caturra",
            "Castillo"
          ],
          "roastLevel": "medium",
          "tastingNotes": [
            "red apple",
            "caramel",
            "milk chocolate"
          ],
          "quantity": 1
        }
      ]
    },
    "history": [
      {
        "event": "subscription_created",
        "occurredAt": "2026-03-06T15:42:18Z"
      },
      {
        "event": "shipment_delivered",
        "shipmentId": "shp_6e31ca20",
        "occurredAt": "2026-07-04T18:21:03Z"
      },
      {
        "event": "preferences_updated",
        "occurredAt": "2026-07-10T09:14:55Z",
        "changes": {
          "roastLevels": {
            "before": [
              "light"
            ],
            "after": [
              "light",
              "medium"
            ]
          }
        }
      }
    ],
    "pause": {
      "isPaused": false,
      "resumeAt": null
    },
    "createdAt": "2026-03-06T15:42:18Z",
    "updatedAt": "2026-07-10T09:14:55Z"
  },
  "metadata": {
    "requestId": "req_01J2QG7N8V5E3X4KMP9C2R1BTA",
    "generatedAt": "2026-07-16T14:08:32Z"
  }
}