# Archivo de Productos

El archivo de Productos o Query SQL contiene todos los productos/SKUs de la empresa.

{% hint style="info" %}
Si tenes otra fuente de datos que llegan los Productos como un Ecommerce, puede que no haga falta enviarlo o enviar las productos no existentes en dicha fuente de datos.
{% endhint %}

{% hint style="danger" %}
En caso de enviar mismos SKU que el ecommerce, los mismos deben coincidir tanto en las tiendas físicas como en la tienda online.
{% endhint %}

| Nombre del Campo / Cabeceras | Tipo de Campo | Descripción                                                                                                                               |                             Ejemplo                            | Obligatorios |
| ---------------------------- | :-----------: | ----------------------------------------------------------------------------------------------------------------------------------------- | :------------------------------------------------------------: | :----------: |
| sku                          |     String    | Código de Producto                                                                                                                        |                             123215                             |      SI      |
| name                         |     String    | Nombre del producto                                                                                                                       |                            Notebook                            |      SI      |
| brand                        |     String    | Marca                                                                                                                                     |                               BGH                              |      NO      |
| description                  |     String    | Descripción del producto                                                                                                                  |                        Notebook bgh 14"                        |      No      |
| url                          |     String    | Url del producto                                                                                                                          |        <http://www.example.com/notebook-bgh-6786896868>        |      NO      |
| image\_url                   |     String    | Url de la imgen                                                                                                                           |      <http://www.example.com/notebook-bgh-6786896868.png>      |      NO      |
| thumbnail\_url               |     String    | url de la imagen miniatura                                                                                                                | <http://www.example.com/thumbnail_notebook-bgh-6786896868.png> |      NO      |
| price                        |     String    | Precio de Lista                                                                                                                           |                              12200                             |      SI      |
| offer\_price                 |     String    | Precio de Oferta                                                                                                                          |                              12000                             |      NO      |
| stock                        |     String    | Stock del Producto                                                                                                                        |                               20                               |      NO      |
| available                    |     String    | ¿Está disponible?                                                                                                                         |                              true                              |      NO      |
| category\_id                 |     String    | ID de la Categoría del anterior documento                                                                                                 |                              AC20                              |      SI      |
| specifications               |     String    | Características del producto que no sirven para agrupar. Ejemplos: peso, altura, capacidad (Formato llave valor, separados por pipe "\|") |                 Peso : 2.2 kg \| Pantalla : 15'                |      No      |

{% file src="/files/-MKfU0A11ThQjBR0cCeR" %}
Archivo de productos de ejemplo
{% endfile %}

{% hint style="success" %}
Esta entidad permite agregar atributos extendidos. ¿Que son? Son campos que no son nativos en WoowUp. Por Ejemplo: Tipo de tela del producto/Tamaño/Tipo de producto. Para parametrizarlo en Woowup Puedes seguís las instrucciones: <https://bit.ly/3e2892r>
{% endhint %}

### Atributos Extendidos

La cabecera para un atributo extendido se envía en formato `custom_attributes.{nombre_atributo}` ese atributo se va a crear en woowup con el nombre que se encuentre en la cabecera, es decir si yo quiero crear el atributo para productos "tipo\_de\_tela" la cabecera seria `custom_attributes.tipo_de_tela`


---

# Agent Instructions: 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:

```
GET https://woowup-docs.gitbook.io/woowup-developer-docs/integracion-csv-sql/archivo-de-productos.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
