{
  "service": {
    "name": "RoastRoute Coffee",
    "environment": "production",
    "version": "1.8.4",
    "region": "us-east-1",
    "currency": "USD",
    "features": {
      "pauseSubscriptions": true,
      "giftSubscriptions": true,
      "smsNotifications": false,
      "carbonNeutralShipping": true
    }
  },
  "response": {
    "requestId": "req_9f3c2a81b6d44e0a",
    "status": "success",
    "generatedAt": "2026-07-11T14:32:08Z",
    "customer": {
      "id": "cus_48291",
      "email": "maya.rivera@example.com",
      "name": "Maya Rivera",
      "loyaltyTier": "gold",
      "preferences": {
        "grind": "whole_bean",
        "roastLevels": ["medium", "medium_dark"],
        "flavorNotes": ["chocolate", "caramel", "stone_fruit"],
        "decaf": false
      }
    },
    "subscription": {
      "id": "sub_73b91c",
      "status": "active",
      "plan": {
        "id": "plan_two_bag_monthly",
        "name": "Two-Bag Monthly",
        "bagsPerShipment": 2,
        "frequencyDays": 30,
        "price": {
          "subtotal": 36.00,
          "shipping": 0.00,
          "tax": 2.88,
          "total": 38.88
        }
      },
      "nextShipment": {
        "shipDate": "2026-07-18",
        "carrier": "USPS",
        "address": {
          "line1": "214 Maple Street",
          "line2": "Apt 5B",
          "city": "Portland",
          "state": "OR",
          "postalCode": "97205",
          "country": "US"
        },
        "items": [
          {
            "sku": "ETH-YIRG-MED-12OZ",
            "name": "Ethiopia Yirgacheffe",
            "origin": "Ethiopia",
            "roastLevel": "medium",
            "sizeOz": 12,
            "quantity": 1
          },
          {
            "sku": "COL-HUILA-MD-12OZ",
            "name": "Colombia Huila",
            "origin": "Colombia",
            "roastLevel": "medium_dark",
            "sizeOz": 12,
            "quantity": 1
          }
        ]
      },
      "billing": {
        "paymentMethod": {
          "type": "card",
          "brand": "visa",
          "last4": "4242",
          "expires": "2028-09"
        },
        "nextChargeDate": "2026-07-16",
        "discounts": [
          {
            "code": "GOLD10",
            "description": "Gold tier subscription discount",
            "percentOff": 10
          }
        ]
      }
    },
    "recommendations": [
      {
        "sku": "GUA-ANT-MED-12OZ",
        "name": "Guatemala Antigua",
        "matchScore": 0.94,
        "reason": "Similar chocolate and caramel notes"
      },
      {
        "sku": "KEN-NYE-MED-12OZ",
        "name": "Kenya Nyeri",
        "matchScore": 0.87,
        "reason": "Bright fruit profile within preferred roast range"
      }
    ]
  }
}