OrderCreated
No description available
Base Schema
All analytics events are based on the TrackEvent schema which provides common properties like messageId, userId, context, timestamps, and more.
Base Schema Reference: analytics-track.yaml
Event-Specific Properties
This schema shows only the event-specific properties that extend the base TrackEvent schema:
7 properties
orderIdstring
Unique identifier for the order
userIdstring
Unique identifier for the user who placed the order
totalAmountnumber<float>
Total amount of the order
itemsarray[object]
List of items in the order