Create a new tracking event.
POST
/integrations/trackingEvents
201Description
If ID is provided and an object with that ID already exists, a 409 (conflict) error is returned.
Roles
At least one of the roles below is required to access this endpoint.
FullAccessTrackingEventAdmin
Request Body
Property | Type | Format | Max Length | Possible Values | ||
---|---|---|---|---|---|---|
ID | string | --- | 100 characters | --- | ||
EventType | Required | string | --- | --- | UserLoggedIn, LineItemAdded, LineItemUpdated, OrderSubmitted | |
ClientID | Required | string | --- | --- | --- | |
Name | Required | string | --- | --- | --- | |
ConfigData | object | --- | --- | --- | ||
DeliveryConfigID | Required | string | --- | --- | --- |
Response Body
Property | Type | Format | Max Length | Possible Values | ||
---|---|---|---|---|---|---|
ID | string | --- | 100 characters | --- | ||
EventType | string | --- | --- | UserLoggedIn, LineItemAdded, LineItemUpdated, OrderSubmitted | ||
ClientID | string | --- | --- | --- | ||
Name | string | --- | --- | --- | ||
ConfigData | object | --- | --- | --- | ||
DeliveryConfigID | string | --- | --- | --- |