> For the complete documentation index, see [llms.txt](https://docs.eesel.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.eesel.ai/integrations/e-commerce.md).

# E-commerce

Connect Shopify, Magento, Stripe, Recharge, AfterShip or QuickBooks so your agent looks up orders, payments, subscriptions, shipments and stock live, and answers customers about them.

Your AI teammate is a commerce teammate. It helps you run the store, and answers every customer question about products and orders. It looks up orders, payments, shipments, tracking and stock live, at the moment it is asked.

The two stores carry triggers and actions. The four apps below them carry actions only, and your agent uses them inside the conversations it already handles. Nothing runs until you create an automation. For each action you then choose: run on its own, ask you first, or stay off.

| Store                                                    | What your teammate does there                                                                                                                                                                                                        |
| -------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| [**Shopify**](/integrations/e-commerce/shopify.md)       | Reads your products, storefront pages, blog and policies, and looks up orders live. It recommends products as cards a shopper can add to their cart. It also checks stock and tracking, starts returns and fixes shipping addresses. |
| [**Magento**](/integrations/e-commerce/magento.md)       | Looks up orders, payments, shipments and tracking numbers, and checks stock. Every read happens live. Connecting takes a few screens, so [Set up Magento](/integrations/e-commerce/magento/magento-setup.md) walks through them.     |
| [**Stripe**](/integrations/e-commerce/stripe.md)         | Finds a customer's invoices, payments and subscriptions, and refunds, cancels or resends an invoice when you allow it. Ask us to turn it on if it is missing from your gallery.                                                      |
| [**Recharge**](/integrations/e-commerce/recharge.md)     | Finds a subscriber by email, skips a charge, changes a shipping address or cancels a subscription when you allow it. Ask us to turn it on if it is missing from your gallery.                                                        |
| [**AfterShip**](/integrations/e-commerce/aftership.md)   | Answers "where is my order" from live carrier tracking, and says when a parcel has stalled. Ask us to turn it on if it is missing from your gallery.                                                                                 |
| [**QuickBooks**](/integrations/e-commerce/quickbooks.md) | Answers invoice and payment questions from your accounting records, and sends an invoice when you allow it. Ask us to turn it on if it is missing from your gallery.                                                                 |

Not seeing your app? The [integrations overview](/integrations/overview.md) has the full list, and how to ask for one.


---

# 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.eesel.ai/integrations/e-commerce.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.
