{
  "service": {
    "name": "RoastRelay",
    "environment": "production",
    "version": "2.4.1",
    "region": "ca-central-1",
    "currency": "CAD",
    "locale": "en-CA",
    "supportEmail": "hello@roastrelay.example",
    "features": {
      "giftSubscriptions": true,
      "grindPreferences": true,
      "pauseAndResume": true,
      "carbonNeutralShipping": true
    }
  },
  "subscriber": {
    "id": "cus_8f3b2a91",
    "name": {
      "first": "Maya",
      "last": "Chen"
    },
    "email": "maya.chen@example.com",
    "status": "active",
    "preferences": {
      "roastLevels": [
        "light",
        "medium"
      ],
      "grind": "whole_bean",
      "flavourNotes": [
        "citrus",
        "stone_fruit",
        "chocolate"
      ],
      "decafAllowed": false
    }
  },
  "subscription": {
    "id": "sub_2026_004812",
    "plan": {
      "code": "explorer_biweekly",
      "name": "Explorer",
      "frequency": "every_2_weeks",
      "bagsPerShipment": 2,
      "bagSizeGrams": 340,
      "price": {
        "subtotal": 42.0,
        "shipping": 0.0,
        "tax": 5.46,
        "total": 47.46
      }
    },
    "startedAt": "2026-05-08T14:22:31Z",
    "nextBillingAt": "2026-08-07T09:00:00Z",
    "nextShipmentAt": "2026-08-10T16:00:00Z",
    "paymentMethod": {
      "type": "card",
      "brand": "visa",
      "last4": "1842",
      "expires": {
        "month": 11,
        "year": 2028
      }
    },
    "shippingAddress": {
      "line1": "128 Cedar Avenue",
      "line2": "Unit 5",
      "city": "Toronto",
      "province": "ON",
      "postalCode": "M4M 2X4",
      "country": "CA"
    }
  },
  "upcomingShipment": {
    "shipmentId": "shp_9c71d240",
    "status": "scheduled",
    "estimatedDelivery": {
      "from": "2026-08-12",
      "to": "2026-08-14"
    },
    "coffees": [
      {
        "sku": "ETH-GUJ-WB-340",
        "name": "Guji Hambela",
        "origin": {
          "country": "Ethiopia",
          "region": "Oromia",
          "producer": "Hambela Cooperative",
          "elevationMeters": {
            "min": 1950,
            "max": 2200
          }
        },
        "process": "washed",
        "roastLevel": "light",
        "tastingNotes": [
          "bergamot",
          "peach",
          "jasmine"
        ],
        "quantity": 1,
        "sizeGrams": 340
      },
      {
        "sku": "COL-HUI-WB-340",
        "name": "Huila Reserve",
        "origin": {
          "country": "Colombia",
          "region": "Huila",
          "producer": "La Primavera Smallholders",
          "elevationMeters": {
            "min": 1700,
            "max": 1900
          }
        },
        "process": "honey",
        "roastLevel": "medium",
        "tastingNotes": [
          "red apple",
          "caramel",
          "cocoa"
        ],
        "quantity": 1,
        "sizeGrams": 340
      }
    ],
    "fulfillment": {
      "carrier": "Canada Post",
      "service": "Expedited Parcel",
      "trackingNumber": null,
      "warehouse": {
        "code": "TOR-02",
        "city": "Toronto"
      }
    }
  },
  "metadata": {
    "requestId": "req_d74e5600c219",
    "generatedAt": "2026-07-31T15:42:18Z",
    "links": {
      "manageSubscription": "https://app.roastrelay.example/subscriptions/sub_2026_004812",
      "support": "https://roastrelay.example/support"
    }
  }
}