Skip to main content

Order Confirmed

This notification is received when an order has been confirmed.

Payload

{
  "eventType": "com.example..OrderConfirmed",
  "cloudEventsVersion": "0.1",
  "eventTypeVersion": "1.0",
  "eventID": "123e4567-e89b-12d3-a456-426614174000",
  "source": "api/v1/order/EXAMPLE-ORDER-123456",
  "contentType": "application/json",
  "data": {
    "merchantOrderId": "example-merchant-order-1234",
    "orderNumber": "EXAMPLE-ORDER-123456",
    "internalOrderState": "CONFIRMED",
    "orderCancelState": "None",
    "billingAddress": {
      "firstName": "John",
      "lastName": "Doe",
      "email": "john.doe@example.com",
      "phone": "0123456789",
      "streetName": "Example Street",
      "streetNumber": "123",
      "postalCode": "12345",
      "city": "Example City",
      "country": "EX"
    }
  },
  "eventTime": "2024-10-11T10:24:50.702Z"
}