Overview

Omnisend offers a comprehensive integration solution that combines two primary types of integrations: REST API and frontend JS snippet. These integrations work together to provide a seamless experience for both Merchants and customers on your e-commerce platform.

The REST API integration is used for synchronising various essential components, such as orders, contacts, carts, and product catalog. By leveraging the REST API, you can ensure that your platform stays up-to-date with the latest data and interactions.

On the other hand, the frontend JS snippet integration focuses on tracking customer activities in real-time. This includes page views, product views, and cart-related events.

Please take a look at the different capabilities each methods enables:

GoalREST APIFrontend JS SnippetExplanation
Contacts syncrequiredN/Acan be synced only via REST API
Products syncrequiredN/Acan be synced only via REST API
Send cart related eventsoptionaloptionalcan be send either vi REST API or Snippet
Send order related eventsrequirednot allowedavailable only trough REST API
Send customer tracking events (page/product view)not allowedrequiredavailable only trough snippet

By utilising both REST API and frontend JS snippet integrations, you can create a robust, data-driven e-commerce experience that offers personalised marketing campaigns, automations, and enhanced customer segmentation based on user behaviour.