> For the complete documentation index, see [llms.txt](https://limechatai.gitbook.io/limechat-product-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://limechatai.gitbook.io/limechat-product-guide/whatsapp-marketing/integrations/e-commerce-storefronts/woo-commerce/woocommerce-feature-scope.md).

# WooCommerce: Feature Scope

### Overview

LimeChat integrates seamlessly with **WooCommerce**, allowing businesses to enhance their e-commerce operations with automated marketing and customer engagement. The integration enables real-time sync between WooCommerce and LimeChat, facilitating automated messaging, order tracking, and customer support.

### Features

1. **Automated Order Tracking**
   * Fetch live order updates from WooCommerce and respond to customer queries.
   * Provide customers with tracking details directly via chat.
2. **Customer Engagement & Marketing Automation**
   * Enable personalized marketing campaigns based on customer purchase behavior.
   * Automate abandoned cart recovery, order confirmations, and promotional messages.
3. **Secure API-Based Communication**
   * Uses an API Key to authenticate WooCommerce-LimeChat interactions.
   * Ensures secure and encrypted data exchange between both platforms.
4. **User Permissions & Data Access**
   * **Data Accessed by LimeChat:**
     * Order Details (Status, Items, Tracking Info)
     * Customer Information (Name, Email, Purchase History)
     * Cart Data (Abandoned Cart Items, Discounts Applied)
   * **Permissions Required:**
     * Read access to order details
     * Read/write access to customer data for marketing automation
     * Webhook access for real-time order updates

### Use Case

* **E-commerce Stores** can automate marketing campaigns and improve customer engagement.
* **Customer Support Teams** can provide real-time order tracking and assistance through chatbots and product details present on the LimeChat CRM platform.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://limechatai.gitbook.io/limechat-product-guide/whatsapp-marketing/integrations/e-commerce-storefronts/woo-commerce/woocommerce-feature-scope.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
