# 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: 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://guia.fenicio.help/developers/feeds/feeds-disponibles.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.
