{
  "data": {
    "kind": "content#order",
    "id": "1234567890",
    "merchantId": "123456789",
    "merchantOrderId": "ORDER_2025_001",
    "status": "delivered",
    "customer": {
      "fullName": "John Doe",
      "email": "john.doe@example.com",
      "marketingRightsInfo": {
        "marketingEmailAddress": "john.doe@example.com",
        "lastUpdatedTimestamp": "2025-01-15T10:30:00.000Z",
        "explicitMarketingPreference": "granted"
      }
    },
    "deliveryDetails": {
      "address": {
        "country": "US",
        "locality": "San Francisco",
        "region": "CA",
        "streetAddress": "123 Market St",
        "postalCode": "94105",
        "recipientName": "John Doe"
      },
      "phoneNumber": "+1-415-555-0123"
    },
    "netPriceAmount": {
      "value": "99.99",
      "currency": "USD"
    },
    "paymentMethod": {
      "type": "CREDIT_CARD",
      "lastFourDigits": "1234"
    },
    "placedDate": "2025-01-15T10:30:00.000Z",
    "billingAddress": {
      "country": "US",
      "locality": "San Francisco",
      "region": "CA",
      "streetAddress": "123 Market St",
      "postalCode": "94105",
      "recipientName": "John Doe"
    },
    "shippingOption": "Standard",
    "lineItems": [
      {
        "id": "line_item_001",
        "product": {
          "id": "online:en:US:1111111111",
          "title": "Google Organic Cotton T-Shirt",
          "price": {
            "value": "29.99",
            "currency": "USD"
          },
          "brand": "Google",
          "imageLink": "https://example.com/images/google-tshirt-primary.jpg"
        },
        "quantityOrdered": 2,
        "quantityShipped": 2,
        "quantityDelivered": 2,
        "shippingDetails": {
          "deliverByDate": "2025-01-22",
          "shipByDate": "2025-01-18",
          "method": {
            "methodName": "Standard",
            "carrier": "UPS"
          }
        }
      }
    ],
    "acknowledged": true,
    "promotions": [
      {
        "promotionId": "PROMO2025SPRING",
        "title": "Spring Sale 2025",
        "shortTitle": "Spring Sale",
        "priceValue": {
          "value": "5.00",
          "currency": "USD"
        }
      }
    ]
  }
}