Skip to main content
Aria Knowledge Central

Events in the Orders Class

Overview

The Orders Event Class encapsulates events triggered by the addition or modification of orders within Aria. These events are outbound notifications from Aria (indicated by sender="A") and provide essential information about the order, the associated account, and optionally the items ordered, enabling integration with external systems for order fulfillment or tracking.

Purpose and Use Case

The Orders Event Class facilitates real-time communication of order-related events, such as a new order being placed (action="A") or an existing order being modified (action="M"). For example, a notification might include the account details, order number, status, and optionally the items ordered (e.g., SKU and units), allowing the client system to process fulfillment, update inventory, or notify customers. Its lightweight structure supports straightforward order management integrations.

In essence, the Orders Event Class is a streamlined notification mechanism for tracking order lifecycle events in Aria, linking orders to accounts and optionally detailing purchased items, designed for efficient synchronization with external order processing systems.

You must subscribe to this event class, then select from among the events listed below, to receive these event notifications.

Note: Reference notated sample XML payloads for this event class.

XSD Files

Below is a list of .XSD format files for the orders class.

Versions Stage Future Production and Stage Current
1.0
2.0
3.0

List of Events

Below is a list of events in the orders class.

Event ID Label Description
801 Order Entered, Not Processed Order Entered, Not Processed
802 Order Marked Eligible for Billing Order Marked Eligible for Billing
803 Order Billed Order Billed
804 Order Paid Order Paid
805 Order Canceled Order Canceled
  • Was this article helpful?