{
  "service": {
    "name": "RoastRelay",
    "environment": "production",
    "version": "2.4.1",
    "currency": "USD",
    "timezone": "America/New_York",
    "features": {
      "giftSubscriptions": true,
      "pauseDeliveries": true,
      "grindPreferences": true,
      "internationalShipping": false
    }
  },
  "customer": {
    "id": "cus_8f31c2a9",
    "email": "maya.chen@example.com",
    "name": {
      "first": "Maya",
      "last": "Chen"
    },
    "preferences": {
      "roastLevels": [
        "light",
        "medium"
      ],
      "flavorNotes": [
        "citrus",
        "floral",
        "caramel"
      ],
      "excludedOrigins": [],
      "brewMethods": [
        "pour_over",
        "aeropress"
      ]
    }
  },
  "subscription": {
    "id": "sub_20260716_1048",
    "status": "active",
    "plan": {
      "code": "explorer_two_bag",
      "name": "Coffee Explorer",
      "billingInterval": "monthly",
      "price": {
        "amount": 38.00,
        "currency": "USD"
      },
      "bagsPerDelivery": 2,
      "bagSizeGrams": 340
    },
    "delivery": {
      "frequency": "every_4_weeks",
      "nextShipDate": "2026-08-03",
      "grind": "whole_bean",
      "address": {
        "recipient": "Maya Chen",
        "line1": "1847 Cedar Street",
        "line2": "Apartment 5B",
        "city": "Brooklyn",
        "region": "NY",
        "postalCode": "11222",
        "country": "US"
      },
      "shippingMethod": {
        "code": "standard",
        "estimatedBusinessDays": {
          "minimum": 3,
          "maximum": 5
        },
        "price": 0.00
      }
    },
    "upcomingSelection": {
      "curatedAt": "2026-07-16T14:22:08Z",
      "coffees": [
        {
          "sku": "ETH-GUJ-NAT-340",
          "name": "Guji Hambela",
          "origin": {
            "country": "Ethiopia",
            "region": "Guji",
            "producer": "Hambela Cooperative",
            "elevationMeters": {
              "minimum": 1900,
              "maximum": 2200
            }
          },
          "process": "natural",
          "roastLevel": "light",
          "tastingNotes": [
            "blueberry",
            "jasmine",
            "cocoa nib"
          ],
          "quantity": 1
        },
        {
          "sku": "COL-HUI-WAS-340",
          "name": "Huila La Primavera",
          "origin": {
            "country": "Colombia",
            "region": "Huila",
            "producer": "La Primavera Smallholders",
            "elevationMeters": {
              "minimum": 1650,
              "maximum": 1850
            }
          },
          "process": "washed",
          "roastLevel": "medium",
          "tastingNotes": [
            "orange zest",
            "caramel",
            "almond"
          ],
          "quantity": 1
        }
      ]
    },
    "billing": {
      "paymentMethod": {
        "type": "card",
        "brand": "visa",
        "last4": "4242",
        "expires": {
          "month": 11,
          "year": 2028
        }
      },
      "nextCharge": {
        "date": "2026-08-01",
        "subtotal": 38.00,
        "shipping": 0.00,
        "tax": 3.37,
        "discounts": [
          {
            "code": "WELCOME15",
            "amount": 5.70
          }
        ],
        "total": 35.67,
        "currency": "USD"
      }
    },
    "history": [
      {
        "orderId": "ord_740193",
        "shippedAt": "2026-07-06T16:41:00Z",
        "deliveredAt": "2026-07-10T19:12:00Z",
        "tracking": {
          "carrier": "USPS",
          "number": "9400111899564827310458",
          "status": "delivered"
        }
      },
      {
        "orderId": "ord_728644",
        "shippedAt": "2026-06-08T15:18:00Z",
        "deliveredAt": "2026-06-12T17:55:00Z",
        "tracking": {
          "carrier": "USPS",
          "number": "9400111899564827269312",
          "status": "delivered"
        }
      }
    ],
    "createdAt": "2026-05-14T20:09:31Z",
    "updatedAt": "2026-07-16T14:22:08Z"
  },
  "metadata": {
    "requestId": "req_a7c990d4e221",
    "generatedAt": "2026-07-16T14:22:09Z"
  }
}