> 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/integracion-csv-sql/archivo-de-tiendas.md).

# Archivo de Tiendas

El archivo CSV o la Query SQL de tiendas contiene todas las tiendas del ente con información de las mismas.&#x20;

{% hint style="warning" %}
Tener en cuenta que si la tienda de ecommerce la envían por otra integración ejemplo: Vtex esta se repetirá.
{% endhint %}

| Nombre del Campo / Cabeceras | Tipo de Campo | Descripción                                                                                                         |             Ejemplo             | Obligatorio |
| ---------------------------- | :-----------: | ------------------------------------------------------------------------------------------------------------------- | :-----------------------------: | :---------: |
| name                         |     String    | Código de la Tienda                                                                                                 |               A101              |      SI     |
| description                  |     String    | Descripción de la Tienda                                                                                            | Tienda Palermo II numero 1 A101 |      NO     |
| display\_name                |     String    | Nombre de la Tienda                                                                                                 |            Palermo II           |      SI     |
| email                        |     String    | Email de contacto de la Tienda                                                                                      |       <palermo@tienda.com>      |      NO     |
| telephone                    |     String    | Teléfono de contacto de la Tienda                                                                                   |           01123934544           |      NO     |
| address                      |     String    | Dirección                                                                                                           |           armenia 1111          |      NO     |
| working\_hours               |     String    | Horario de atención                                                                                                 | Lunes a Viernes 9.00 a 22.00 hs |      NO     |
| notes                        |     String    | Texto libre                                                                                                         |                                 |      NO     |
| branch\_zone\_code           |     String    | Código de la zona                                                                                                   |                11               |      NO     |
| branch\_zone\_name           |     String    | Nombre de la zona                                                                                                   |           Buenos Aires          |      NO     |
| holder                       |     String    | Responsable de la Tienda                                                                                            |      Gerente Pedro Gonzalez     |      NO     |
| status                       |      Enum     | \["active", "inactive"]                                                                                             |              active             |      NO     |
| country\_code                |     String    | Country's ISO 3166-1 alpha-3 code                                                                                   |               ARG               |      NO     |
| state                        |     String    | Estado/Provincia                                                                                                    |           Buenos Aires          |      NO     |
| city                         |     String    | Ciudad                                                                                                              |      Ciudad de Buenos Aires     |      NO     |
| business\_type               |      Enum     | \["own", "franchisee", ""]                                                                                          |               own               |      NO     |
| shopping\_center             |     String    | Centro Comercial                                                                                                    |            Unicenter            |      NO     |
| location\_type               |     String    | Tipo de ubicación                                                                                                   |              Centro             |      NO     |
| m2                           |    Integer    | Superficie en m2                                                                                                    |               300               |      NO     |
| m2\_cost                     |     float     | Costo por m2                                                                                                        |               1000              |      NO     |
| employees\_quantity          |    Integer    | Cantidad de empleados                                                                                               |                30               |      NO     |
| group                        |     String    | Grupo                                                                                                               |              WoowUp             |      NO     |
| format                       |      Enum     | Formato de la Tienda: \["brand\_branch", "multibrand\_branch", "brand\_island", "multibrand\_island", "outlet", ""] |          brand\_branch          |      NO     |
| is\_web                      |    Boolean    | \["true", "false", 1, 0]                                                                                            |              false              |      NO     |

{% file src="/files/-MKfCuTQbRPcJBtgySH3" %}
Archivo de Tiendas de Ejemplo
{% endfile %}


---

# 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/integracion-csv-sql/archivo-de-tiendas.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.
