Sales Track Live API Docs

API Overview

Complete guide to integrating with Sales Track's CRM APIs.

Getting Started

Sales Track provides powerful APIs to integrate merchandiser and manager data into your applications. Our RESTful APIs allow you to retrieve real-time data about your team, stores, visits, orders, and analytics.

🚀 Quick Start

  1. Contact us to get your API key and secret key
  2. Choose an API endpoint from the sidebar
  3. Use the provided code examples to integrate
  4. Copy our ready-to-use UI components

Available Endpoints

👥

Merchandisers

Get merchandiser data with manager information and status details.

👨‍💼

Managers

Retrieve manager information with merchandiser count data.

🏪

Stores

Access store information and location details.

📍

Visits

Track merchandiser visits and activities.

📦

Orders

Access order data and transaction information.

📊

Analytics

Retrieve performance analytics and insights.

Authentication

All API requests require authentication using API keys. Include your credentials in the request headers.

Headers:
X-API-Key: your_api_key
X-Secret-Key: your_secret_key
Content-Type: application/json

What You Get

  • Real-time merchandiser and manager data
  • Complete contact information and status details
  • Geographic area assignments and regions
  • Subscription and payment status information
  • Store locations and visit tracking
  • Order data and transaction details
  • Performance analytics and insights
  • Ready-to-use UI components and code examples

API Response Format

All API responses follow a consistent JSON structure for easy integration:

{
  "success": true,
  "data": {
    "merchandisers": [...],
    "pagination": {
      "total": 150,
      "limit": 50,
      "offset": 0,
      "has_more": true
    }
  }
}

Common Use Cases

📱 Mobile CRM Integration

Integrate real-time merchandiser data into your mobile CRM app for field sales teams.

📊 Business Intelligence

Pull analytics data into your BI tools for comprehensive sales performance reports.

🏪 Store Management

Access store information and visit data for territory planning and route optimization.

📦 Order Tracking

Monitor order status and transaction details for inventory management.

Support & Resources

📚

Documentation

Complete API reference with examples for all endpoints.

💬

24/7 Support

Get help from our technical team whenever you need it.

Fast Integration

Ready-to-use components get you up and running quickly.