> For the complete documentation index, see [llms.txt](https://docs.mercuri.cx/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mercuri.cx/features/automations/automated-workflow-for-e-commerce-businesses.md).

# Automated workflow for e-commerce businesses

### Overview of Different Automation Types in E-commerce Businesses

<table><thead><tr><th width="171.763671875">Automation Type </th><th width="130.727294921875">Description </th><th width="156.963623046875">Why should you send a message ?</th><th>Example</th></tr></thead><tbody><tr><td><a href="/pages/kNWq5vqAUmTFbZARr4Ry">Cart_abondoned</a></td><td>User adds producst to cart but doesn't complete order</td><td>Reminder or offer to complete purchase</td><td>"<em>Hey [Name], your cart is waiting! Complete your order now and get 10% off today !</em>"</td></tr><tr><td><a href="/pages/1eia9WWzdjS0I8pK4sqT">Order_cancelled </a></td><td>cancels an order</td><td>Acknowledge cancellation or ask for feedback from the customer</td><td>"<em>Hi [name], your order has been cancelled. We'd like to know why -help us improve</em>"</td></tr><tr><td><a href="/pages/6AJS8doWOYOjCbbvHthp">Fulfilment_created</a></td><td>order is packed and ready to be shiped</td><td>Inform user of the fulfillment status and next steps </td><td>"<em>Good news, [Name]!Your order has been packed and will ship soon.</em>" </td></tr><tr><td><a href="/pages/UO59KK1kN5bSfbm6lvur">Order_created</a></td><td>user successfully places a order.</td><td>order confirmation and estimated delivery.</td><td>"<em>Thanks for your order,[Name]! The product will be delivered by [Date]"</em></td></tr></tbody></table>


---

# 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://docs.mercuri.cx/features/automations/automated-workflow-for-e-commerce-businesses.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.
