> For the complete documentation index, see [llms.txt](https://docs.shippify.co/developers/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.shippify.co/developers/e-commerce/prestashop/pasos-para-integrar.md).

# Pasos para integrar

## <img src="/files/H2anmiSZr9Ia2uWxGDXn" alt="" data-size="line">Crear una cuenta en Shippify.

{% hint style="success" %}
Si ya tienes registrada una cuenta, puedes continuar al siguiente paso.
{% endhint %}

La creación de una cuenta en nuestra plataforma no tiene costo, puedes igresar a este [link](https://dash.shippify.co/companies/signup) y rellenar los datos de tu empresa y listo.

Una vez que lo hayas hecho, recibirás un correo electrónico con más información (De no ser así, por favor contáctanos a través del chat de nuestra web).

Todas las cuentas de Shippify se crean con modalidad Prepago, es decir, para crear tus entregas se requiere que adquieras créditos en la sección Facturación (pago con tarjeta de crédito o transferencia). Si necesitas soporte comercial puedes escribirnos a <ventaschile@shippify.co>

<figure><img src="/files/xswulGGlx0cZLKBdd6ox" alt=""><figcaption><p>Creación de una cuenta</p></figcaption></figure>

## <img src="/files/DqtsQAGbjUrB8aKh1DBz" alt="" data-size="line">Creación de Bodega

Las entregas creadas en el sistema siempre tendrán como punto de recolección una bodega la cual deberas crear ingresando a este [link](https://dash.shippify.co/places).

Deberas llenar todos los datos solicitados y guardar el identificador para usarlo en el siguiente paso.

<figure><img src="/files/BkLXvTU8CBhXCUAj4nOZ" alt=""><figcaption></figcaption></figure>

## <img src="/files/0xxTYI8AuNCb9jOWpCby" alt="" data-size="line">Instalación

1. Obtenga la última versión [aquí](https://github.com/shippify/Prestashop-Shippify/releases) descargando el archivo **shippify.zip**.
2. En su panel, ve a la pestaña "Módulos y Servicios". En la esquina superior derecha, haga clic en el botón "Agregar nuevo módulo".
3. Haga clic para elegir un archivo y cargue el archivo **shippify.zip** que ha descargado.
4. Haga clic en Cargar este módulo.
5. Escriba "Shippify" en el cuadro de búsqueda de la lista de módulos.
6. Haga clic en el botón "Instalar" para instalar el módulo.

<figure><img src="/files/mHDDeXcm3ERbhyRwxKnP" alt=""><figcaption><p>Plugin</p></figcaption></figure>

## <img src="/files/1TjPj3sWEgdwthTFnStq" alt="" data-size="line">Configuración

Al finalizar la instalación dirigete a configurar el modilo de shipify en tu panel y llena el formulario que aparece para poder enlazar las cuentas de shippify y Prestashop.

<figure><img src="/files/739IkPVw8EMx0MyZx9Uc" alt=""><figcaption><p>Configuraciones</p></figcaption></figure>

Las **credenciales del api** de shippify las conseguiras accediendo a este [link](https://dash.shippify.co/settings/sections/profile).

<figure><img src="/files/7EIdF67NMx05zunvUtob" alt=""><figcaption><p>Datos de la compañía</p></figcaption></figure>

El **warehouse** es el identificador de la bodega que creaste en el paso 2.

Adicional pedirá **datos de contacto** en el caso de que se deba dar soporte y finalmente la **zona** donde vas operar con nosotros.

{% hint style="info" %}
Es importante configurar la zona ya que de esto dependerán los deliveries que se creen en la plataforma. Si no colocas nada en este casillero, todos los deliveries de todas las zonas serán creados en shippify.
{% endhint %}

Luego de guardar estos datos, podrás observar en tu cuenta de shippify como se va creando las entregas a medida que tus clientes compren en tu tienda de Prestashop.


---

# 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.shippify.co/developers/e-commerce/prestashop/pasos-para-integrar.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.
