Untitled

 avatar
unknown
json
22 days ago
1.1 kB
5
Indexable
{
  "type": "COMPLETED",
  "data": {
    "id": "ORD-123456",
    "createdAt": "2025-03-20T12:34:56Z",
    "updatedAt": "2025-03-20T14:00:00Z",
    "totalPrice": {
      "amount": 150.00,
      "currencyCode": "USD"
    },
    "subtotalPrice": {
      "amount": 130.00,
      "currencyCode": "USD"
    },
    "customer": {
      "id": "CUST-987654",
      "firstName": "John",
      "lastName": "Doe",
      "phone": "+1-555-123-4567",
      "email": "john.doe@example.com"
    },
    "billingAddress": {
      "address1": "123 Main Street",
      "address2": "Apt 4B",
      "city": "New York",
      "country": "United States",
      "phone": "+1-555-123-4567"
    },
    "shippingAddress": {
      "address1": "456 Elm Street",
      "address2": "Suite 210",
      "city": "Los Angeles",
      "country": "United States",
      "phone": "+1-555-123-4567"
    },
    "lineItems": [
      {
        "title": "Wireless Headphones",
        "quantity": 1,
        "price": 80.00
      },
      {
        "title": "Bluetooth Speaker",
        "quantity": 1,
        "price": 50.00
      }
    ]
  }
}
Editor is loading...
Leave a Comment