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.