{
  "service": {
    "name": "RoastRelay",
    "environment": "production",
    "version": "2.4.1",
    "region": "ca-central-1",
    "currency": "CAD",
    "timezone": "America/Toronto",
    "features": {
      "giftSubscriptions": true,
      "pauseDeliveries": true,
      "grindPreference": true,
      "personalizedRecommendations": true
    }
  },
  "customer": {
    "id": "cus_8f42c19a",
    "email": "maya.chen@example.com",
    "name": {
      "first": "Maya",
      "last": "Chen"
    },
    "preferences": {
      "roastLevels": [
        "light",
        "medium"
      ],
      "flavorNotes": [
        "citrus",
        "chocolate",
        "stone fruit"
      ],
      "excludedOrigins": [],
      "decaf": false,
      "grind": "whole_bean"
    }
  },
  "subscription": {
    "id": "sub_202607_10482",
    "status": "active",
    "plan": {
      "code": "explorer_2x340g",
      "name": "Coffee Explorer",
      "bagsPerShipment": 2,
      "bagSizeGrams": 340,
      "frequency": {
        "interval": "week",
        "count": 4
      },
      "price": {
        "subtotal": 39.5,
        "shipping": 0,
        "tax": 5.14,
        "total": 44.64,
        "currency": "CAD"
      }
    },
    "shippingAddress": {
      "recipient": "Maya Chen",
      "line1": "218 King Street West",
      "line2": "Unit 904",
      "city": "Toronto",
      "province": "ON",
      "postalCode": "M5V 1J2",
      "country": "CA"
    },
    "nextShipment": {
      "scheduledAt": "2026-08-12T09:00:00-04:00",
      "estimatedDelivery": {
        "from": "2026-08-14",
        "to": "2026-08-17"
      },
      "coffees": [
        {
          "sku": "ETH-GUJ-NAT-340",
          "name": "Guji Natural",
          "origin": {
            "country": "Ethiopia",
            "region": "Guji",
            "producer": "Kayon Mountain Farm",
            "elevationMeters": {
              "min": 1900,
              "max": 2200
            }
          },
          "process": "natural",
          "roastLevel": "light",
          "tastingNotes": [
            "blueberry",
            "jasmine",
            "milk chocolate"
          ],
          "quantity": 1
        },
        {
          "sku": "COL-HUI-WAS-340",
          "name": "Huila Reserve",
          "origin": {
            "country": "Colombia",
            "region": "Huila",
            "producer": "Asociacion La Primavera",
            "elevationMeters": {
              "min": 1650,
              "max": 1950
            }
          },
          "process": "washed",
          "roastLevel": "medium",
          "tastingNotes": [
            "caramel",
            "red apple",
            "cocoa"
          ],
          "quantity": 1
        }
      ]
    },
    "billing": {
      "paymentMethod": {
        "type": "card",
        "brand": "visa",
        "last4": "4242",
        "expires": {
          "month": 11,
          "year": 2028
        }
      },
      "nextChargeAt": "2026-08-10T08:00:00-04:00",
      "autoRenew": true
    },
    "history": [
      {
        "shipmentId": "shp_10401",
        "shippedAt": "2026-07-15T14:32:11-04:00",
        "status": "delivered",
        "tracking": {
          "carrier": "Canada Post",
          "number": "CX492817305CA",
          "deliveredAt": "2026-07-18T12:46:00-04:00"
        }
      },
      {
        "shipmentId": "shp_10276",
        "shippedAt": "2026-06-17T10:18:43-04:00",
        "status": "delivered",
        "tracking": {
          "carrier": "Canada Post",
          "number": "CX492816744CA",
          "deliveredAt": "2026-06-20T15:21:00-04:00"
        }
      }
    ],
    "createdAt": "2026-03-04T19:23:51-05:00",
    "updatedAt": "2026-07-29T11:08:34-04:00"
  },
  "metadata": {
    "requestId": "req_7d19f35c2e4a",
    "generatedAt": "2026-07-30T16:42:09-04:00"
  }
}