Skip to main content

Backend Integration

Send data to edrone from your server for historical imports, order processing, and subscription management.

When to use backend integration

  • Historical order imports - sync past orders to edrone
  • Order cancellations - cancel orders from your admin panel
  • Subscription sync - update subscription status from your platform
  • Server-side order tracking - backup for frontend tracking
Limitations

Backend-only integration limits edrone features. You won't have:

  • Real-time user identification
  • Onsite features (popups, recommendations)
  • Browsing behavior tracking

Always combine with frontend integration for full functionality.

API endpoint

All backend requests go to:

POST https://api.edrone.me/trace

Required parameters

Every backend request must include:

ParameterDescription
app_idYour edrone App ID
sender_typeMust be server
action_typeEvent type

Guides