API v1.0.267 Release Notes
Released on Tuesday, February 21, 2023
This feature changed significantly in v1.0.293. Please see new release notes along with updated documentation.
OrderCloud introduces Tracking Events for commerce solutions, offering analytical insights and infrastructure for targeted systems. For more information, see Tracking Events
New Resource
TrackingEvent
1{2 "ID": "",3 "EventType": "UserLoggedIn" | "LineItemAdded" | "LineItemUpdated" | "OrderSubmitted",4 "ClientID": "",5 "Name": "",6 "ConfigData":""7}
New Endpoints
GET v1/integrations/TrackingEvents
GET v1/integrations/TrackingEvents/{id}
POST v1/integrations/TrackingEvents
PUT v1/integrations/TrackingEvents/{id}
PATCH v1/integrations/TrackingEvents/{id}
DELETE v1/integrations/TrackingEvents/{id}
For more information, see Tracking Events API Reference