> For the complete documentation index, see [llms.txt](https://guia.fenicio.help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guia.fenicio.help/developers/fenicio-developers/bienvenido-a-la-guia-de-desarrollo-de-fenicio-ecommerce..md).

# Bienvenido a la Guía de Desarrollo de Fenicio eCommerce.

En esta documentación, encontrarás toda la información necesaria para integrar tus sistemas de gestión a la plataforma. También la documentación para la integración de empresas logísticas, además te proporcionamos guías detalladas para la utilización de nuestras APIs y la integración de feeds. Esta guía está diseñada para ayudarte a implementar nuestras soluciones de manera eficiente y eficaz.

<table data-column-title-hidden data-view="cards" data-full-width="true"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="image">Cover image</th></tr></thead><tbody><tr><td><strong>Integración de Comercios</strong></td><td>Permite integrar varios servicios de los sistemas de ERP y gestión  a Fenicio.</td><td></td><td><a href="/pages/TCZBj9qIKwzaKv6Hb1nl">/pages/TCZBj9qIKwzaKv6Hb1nl</a></td><td><a href="/files/OW798uRXZ5ZKw7zr8OjR">/files/OW798uRXZ5ZKw7zr8OjR</a></td></tr><tr><td><strong>API v1</strong></td><td>Permite ver los carritos generados en la tienda con todos sus datos, cambiar estados de entrega, ver sucursales y tipos de envío.</td><td></td><td><a href="/pages/59Rs0xrRJh0MNoYmBhO8">/pages/59Rs0xrRJh0MNoYmBhO8</a></td><td><a href="/files/T1ZtOTln3jKduPhp6tT9">/files/T1ZtOTln3jKduPhp6tT9</a></td></tr><tr><td><strong>API Integración de Logística</strong></td><td>Permite a las empresas logísticas conectarse y disponibilizar sus servicios en la plataforma Fenicio.</td><td></td><td><a href="/pages/ZVASLx4IvFwrLBJTCWru">/pages/ZVASLx4IvFwrLBJTCWru</a></td><td><a href="/files/dCbiqGE2PX69miwceamx">/files/dCbiqGE2PX69miwceamx</a></td></tr><tr><td><strong>API Stock</strong></td><td>Permite consultar el stock de los artículos disponibles en Fenicio.</td><td></td><td><a href="/pages/X4L2NN7fG2FnnOrBbQpH">/pages/X4L2NN7fG2FnnOrBbQpH</a></td><td><a href="/files/wPO6ONUKcBscHNeQeKQh">/files/wPO6ONUKcBscHNeQeKQh</a></td></tr><tr><td><strong>FEEDS</strong></td><td>Proporcionan el catálogo de productos en XML para usos como campañas de marketing.</td><td></td><td><a href="/pages/DVjhxNy3vS70yEAPYDrh">/pages/DVjhxNy3vS70yEAPYDrh</a></td><td><a href="/files/AUhxweAmzbU0YpnahqP8">/files/AUhxweAmzbU0YpnahqP8</a></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://guia.fenicio.help/developers/fenicio-developers/bienvenido-a-la-guia-de-desarrollo-de-fenicio-ecommerce..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.
