> 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/feeds/feeds-disponibles.md).

# Feeds disponibles

A continuación, listamos las claves comunes y luego se suman las correspondientes a los feeds de Google, Facebook y feed Fenicio.

## Claves comunes

<table><thead><tr><th width="251">Clave</th><th>Descripción</th></tr></thead><tbody><tr><td><strong><code>id</code></strong></td><td>Identificador del ítem en Google.</td></tr><tr><td><strong><code>description</code></strong></td><td>Descripción corta del producto.</td></tr><tr><td><strong><code>link</code></strong></td><td>Link de la ficha del producto.</td></tr><tr><td><strong><code>avilability</code></strong></td><td>Estado de disponibilidad del producto (<code>IN_STOCK</code>).</td></tr><tr><td><strong><code>price</code></strong></td><td>Precio de venta del producto.</td></tr><tr><td><strong><code>brand</code></strong></td><td>Marca del producto.</td></tr><tr><td><strong><code>condition</code></strong></td><td>Estado de condición del producto (<code>NEW</code>).</td></tr><tr><td><strong><code>images</code></strong></td><td>Links de las imágenes disponibles para el producto.</td></tr></tbody></table>

## Otros parámetros

### Tipo de divisas

Utilizando el siguiente parámetro, es posible obtener todo el feed en una sola moneda.

#### URL

https\://{**URL del comercio**}/feeds/productos/{**código de comercio\***}/**{tipo de feed}**?currency={**moneda\***}

\*es el mismo que se usa para ingresar al Administrador.

\*debe ser las claves ej. UYU, USD, S, PYG, CLP.

### Precio alternativo por SKU <a href="#response" id="response"></a>

Con este parámetro se muestran los precios alternativos de los productos, si el catálogo los tiene ingresados.

#### URL

https\://{**URL del comercio**}/feeds/productos/{**código de comercio\***}/fenicio?listingType=price

\*es el mismo que se usa para ingresar al Administrador.


---

# 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/feeds/feeds-disponibles.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.
