Integration events
Integration Events allow you to configure connections to your middleware in order to process custom logic related to your solution. The available types are OrderCheckout, OpenIDConnect, OrderReturn, and AddToCart.
IntegrationEvents.List
List integration events
v1/integrationEvents
IntegrationEvents.Create
Create an integration event
v1/integrationEvents
IntegrationEvents.Get
Retrieve an integration event
v1/integrationEvents/{integrationEventID}
IntegrationEvents.Save
Create or update an integration event
v1/integrationEvents/{integrationEventID}
IntegrationEvents.Delete
Delete an integration event
v1/integrationEvents/{integrationEventID}
IntegrationEvents.Patch
Partially update an integration event
v1/integrationEvents/{integrationEventID}
IntegrationEvents.Calculate
Calculate an order
v1/orders/{direction}/{orderID}/calculate
IntegrationEvents.EstimateShipping
Estimate shipping cost
v1/orders/{direction}/{orderID}/estimateshipping
IntegrationEvents.SelectShipmethods
Select a ship method
v1/orders/{direction}/{orderID}/shipmethods
IntegrationEvents.GetWorksheet
Get a single order worksheet
v1/orders/{direction}/{orderID}/worksheet