{
  "service": {
    "name": "RoastRoute",
    "environment": "production",
    "version": "2.4.1",
    "region": "ca-central-1",
    "currency": "CAD",
    "locale": "en-CA",
    "supportEmail": "help@roastroute.example"
  },
  "customer": {
    "id": "cus_8f3c2a91",
    "email": "maya.chen@example.com",
    "name": {
      "first": "Maya",
      "last": "Chen"
    },
    "preferences": {
      "roastLevels": [
        "light",
        "medium"
      ],
      "brewMethods": [
        "pour_over",
        "aeropress"
      ],
      "grind": "whole_bean",
      "flavourNotes": [
        "citrus",
        "stone_fruit",
        "chocolate"
      ],
      "decafAllowed": false
    }
  },
  "subscription": {
    "id": "sub_01J2W4H9V7QK",
    "status": "active",
    "plan": {
      "code": "explorer_2x340g",
      "name": "Coffee Explorer",
      "bagsPerShipment": 2,
      "bagSizeGrams": 340,
      "frequency": {
        "interval": "week",
        "count": 4
      },
      "price": {
        "subtotal": 38.0,
        "shipping": 0.0,
        "tax": 4.94,
        "total": 42.94,
        "currency": "CAD"
      }
    },
    "delivery": {
      "address": {
        "line1": "125 King Street West",
        "line2": "Unit 804",
        "city": "Toronto",
        "province": "ON",
        "postalCode": "M5H 1J9",
        "country": "CA"
      },
      "instructions": "Leave with concierge if unavailable.",
      "carrierPreference": "Canada Post"
    },
    "billing": {
      "paymentMethod": {
        "type": "card",
        "brand": "visa",
        "last4": "1842",
        "expiryMonth": 9,
        "expiryYear": 2028
      },
      "nextChargeAt": "2026-08-24T13:00:00Z"
    },
    "nextShipment": {
      "id": "shp_01J3A8V2M6RX",
      "status": "scheduled",
      "roastDate": "2026-08-21",
      "shipDate": "2026-08-24",
      "estimatedDelivery": {
        "start": "2026-08-26",
        "end": "2026-08-28"
      },
      "coffees": [
        {
          "sku": "ETH-GUJ-NAT-340",
          "name": "Guji Hambela",
          "origin": {
            "country": "Ethiopia",
            "region": "Oromia",
            "producer": "Hambela Cooperative",
            "elevationMeters": {
              "min": 1950,
              "max": 2200
            }
          },
          "process": "natural",
          "varieties": [
            "Heirloom"
          ],
          "roastLevel": "light",
          "tastingNotes": [
            "blueberry",
            "jasmine",
            "milk chocolate"
          ],
          "quantity": 1,
          "weightGrams": 340
        },
        {
          "sku": "COL-HUI-WAS-340",
          "name": "Huila La Primavera",
          "origin": {
            "country": "Colombia",
            "region": "Huila",
            "producer": "La Primavera Smallholders",
            "elevationMeters": {
              "min": 1700,
              "max": 1900
            }
          },
          "process": "washed",
          "varieties": [
            "Caturra",
            "Castillo"
          ],
          "roastLevel": "medium",
          "tastingNotes": [
            "red apple",
            "caramel",
            "almond"
          ],
          "quantity": 1,
          "weightGrams": 340
        }
      ]
    },
    "history": [
      {
        "shipmentId": "shp_01HZP9N5F3BT",
        "shippedAt": "2026-07-27T15:42:11Z",
        "deliveredAt": "2026-07-30T18:09:34Z",
        "trackingNumber": "CX492817305CA",
        "rating": 5
      },
      {
        "shipmentId": "shp_01HYF6K8D2LA",
        "shippedAt": "2026-06-29T14:18:02Z",
        "deliveredAt": "2026-07-02T16:31:47Z",
        "trackingNumber": "CX481620947CA",
        "rating": 4
      }
    ],
    "createdAt": "2025-11-03T19:24:58Z",
    "updatedAt": "2026-07-30T18:22:10Z"
  },
  "metadata": {
    "requestId": "req_7d4e16bf92a1",
    "generatedAt": "2026-07-31T14:06:25Z",
    "links": {
      "manageSubscription": "https://app.roastroute.example/subscriptions/sub_01J2W4H9V7QK",
      "support": "https://roastroute.example/support"
    }
  }
}