Jump to Content
Ometria developer docs
HomeGuidesRecipesAPI Reference
Log InOmetria developer docs
Log In
HomeGuidesRecipesAPI Reference

Ometria data API

  • Ometria API introduction
  • Ometria data architecture
  • Push endpoint
    • List validation errors
  • Products
    • Products, product listings and product variants
  • Orders
  • Contacts
  • GDPR data anonymisation

Transactional email API

  • Transactional email API
    • Transactional API payload examples
    • Transactional API HTML examples
    • Transactional API data sets

JavaScript tracking

  • JavaScript tracker
  • Debugging JavaScript tracking
  • Google tag manager
Powered by 

Push endpoint

Suggest Edits

We recommend reading the following pages before integrating with Ometria:

  • Ometria API introduction
  • Ometria data architecture

The push endpoint of Ometria's API passes:

  • contacts, orders,
  • products, and;
  • custom events.

The push endpoint is the simplest way to send eCommerce data to Ometria.

To use the push endpoint you send an HTTP POST request to the push endpoint containing a JSON formatted array of objects.

Updated over 1 year ago