# EasyEcom: Feature Scope

### Overview

LimeChat seamlessly integrates with **EasyEcom**, enabling automated order tracking through real-time status updates fetched from EasyEcom’s API. This integration enhances customer experience by allowing LimeChat’s chatbot to handle order tracking queries efficiently.

### Features

1. **Automated Order Tracking**
   * Fetch real-time order statuses from EasyEcom’s API.
   * Respond to customer queries regarding order tracking via LimeChat’s chatbot.
2. **Secure API-Based Communication**
   * Uses an authentication token for secure API access.
   * Ensures encrypted data exchange between both platforms.

### User Permissions & Data Access

#### **Data Accessed by LimeChat**

* **Order Information** (Order ID, Status, Tracking Details)
* **Customer Order Status Updates**

#### **Permissions Required**

* Read access to order status and tracking information

### Use Case

* **E-commerce Brands** can automate order tracking and improve customer engagement.
* **Customer Support Teams** can reduce manual order status inquiries by automating responses.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://limechatai.gitbook.io/limechat-product-guide/automation/integrations/courier-aggregator/easyecom/easyecom-feature-scope.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
