> For the complete documentation index, see [llms.txt](https://woowup-docs.gitbook.io/woowup-developer-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://woowup-docs.gitbook.io/woowup-developer-docs/e3/conectar-cuenta.md).

# Conecta tu eCommerce E3

## **Especificación de los servicios de la API**

Para poder acceder a los parámetros de la cuenta de E3 primero deberás ingresar a la siguiente URL, reemplazando el nombre de la tienda por la que corresponde a tu eCommerce: <https://tienda.xxxxxxxxxxxxx.com/api>.

&#x20;Luego, deberás acceder al Menú desde el Panel e ingresar desde la opción >Sistema. Una vez posicionado en la opción >Sistema, deberás seleccionar la opción >Administradores:

![](/files/-MYBO5q1f0Xhwr6oEk4e)

Se abrirá una ventana que se muestra a continuación.

Dirígete a la barra superior y selecciona la opción >Nuevo Administrador:<br>

![](/files/-MYBOFM2jYze6mFQg8-o)

Verifica el campo Username donde aparecerá tu nombre de usuario y debajo la contraseña. Se habilitará el usuario como activo junto con el uso de la API:<br>

![](/files/-MYBOOr_-YYzF1ZWo8Tr)

## Ingresar las credenciales de E3 en WoowUp

Ahora vamos a ver el paso a paso para cargar las credenciales de E3 en WoowUp.<br>

Para cargar estos datos se deben realizar los siguientes pasos:

1. Primero deberás ingresar en WoowUp luego ir a la sección de >Configuración desde el menú de la barra superior:

<div align="left"><img src="/files/-LTwdiyf4Yu4uk4zXij9" alt=""></div>

2.En la sección de Integraciones, entrar en **E3**:

![](/files/-MYBOtdGK62gHzA6-MhP)

3.Completar:

* URL de la Tienda de E3
* Nombre de Usuario
* Contraseña
* IDs de tiendas para descargar
* Seleccione si descarga las categorías
* Estado de los carritos abandonados a descargar

4\. Activar la integración desde el botón activado/desactivado.

![](/files/-MYBPEtnKDqjlopSRayS)

5\. Comunicar a tu Project Manager para obtener la información histórica.

[ <br>](<https://tienda.previsoradelparana.com/api&#xD;&#xA;>)


---

# 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://woowup-docs.gitbook.io/woowup-developer-docs/e3/conectar-cuenta.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.
