Create a new integration event.
POST
/integrationEvents
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.
FullAccessIntegrationEventAdmin
Request Body
Property | Type | Format | Max Length | Possible Values | ||
---|---|---|---|---|---|---|
ElevatedRoles | array | --- | --- | --- | ||
ID | string | --- | 100 characters | --- | ||
ConfigData | object | --- | --- | --- | ||
EventType | string | --- | --- | OrderCheckout, OpenIDConnect, OrderReturn, AddToCart | ||
CustomImplementationUrl | Required | string | --- | --- | --- | |
Name | Required | string | --- | --- | --- | |
HashKey | Required | string | --- | 50 characters | --- |
Response Body
Property | Type | Format | Max Length | Possible Values | ||
---|---|---|---|---|---|---|
ElevatedRoles | array | --- | --- | --- | ||
ID | string | --- | 100 characters | --- | ||
ConfigData | object | --- | --- | --- | ||
EventType | string | --- | --- | OrderCheckout, OpenIDConnect, OrderReturn, AddToCart | ||
CustomImplementationUrl | string | --- | --- | --- | ||
Name | string | --- | --- | --- | ||
HashKey | string | --- | 50 characters | --- |