# Facebook

## URL

https\://{**URL del comercio**}/feeds/productos/{**código de comercio\***}/facebook

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

## Claves de Feeds de Facebook

A continuación, los ítems que solo se visualizan a través del feed de Facebook, sumado a los comunes.

<table><thead><tr><th width="290">Clave</th><th>Descripción</th></tr></thead><tbody><tr><td><strong><code>g:product_type</code></strong></td><td>Categoría del producto.</td></tr><tr><td><strong><code>g:priceUnformatted</code></strong></td><td>Precio del artículo sin formato.</td></tr><tr><td><strong><code>g:custom_label_0</code></strong></td><td>Para agregar datos personalizados. Fenicio envía los códigos de los grupos de productos a los cuales pertenece el producto.</td></tr><tr><td><strong><code>g:custom_label_1</code></strong></td><td>Para agregar datos personalizados. Fenicio envía los códigos de los grupos de productos a los cuales pertenece el producto.</td></tr></tbody></table>

## Ejemplo

```xml
<g:id>1:Fenicio3:Fenicio3:UNICO:1</g:id>
<g:item_group_id>Fenicio3</g:item_group_id>
<g:title> Fenicio_3 | Epic </g:title>
<g:description>Fenicio_3 (Fenicio3Fenicio3)</g:description>
<g:link>https://demo.fenicio.com.uy/catalogo/fenicio-3_Fenicio3_Fenicio3</g:link>
<g:brand>Epic</g:brand>
<g:condition>new</g:condition>
<g:availability>in stock</g:availability>
<g:product_type>Workshops</g:product_type>
<g:size>Talle único</g:size>
<g:price>500.00 UYU</g:price>
<g:price_unformatted>500.00</g:price_unformatted>
<g:image_link>https://f.fcdn.app/imgs/637ae7/demo.fenicio.com.uy/demo/8996/webp/catalogo/Fenicio3Fenicio31/1024-1024/fenicio-3-fenicio-3.jpg</g:image_link>
<g:additional_image_link>https://f.fcdn.app/imgs/8d0e41/demo.fenicio.com.uy/demo/fac2/webp/catalogo/Fenicio3Fenicio32/1024-1024/fenicio-3-fenicio-3.jpg</g:additional_image_link>
<g:additional_image_link>https://f.fcdn.app/imgs/46e8b1/demo.fenicio.com.uy/demo/8264/webp/catalogo/Fenicio3Fenicio33/1024-1024/fenicio-3-fenicio-3.jpg</g:additional_image_link>
<g:custom_label_0>|PROMO_ESCALONADA|</g:custom_label_0>
<g:custom_label_1>(Pesos)</g:custom_label_1>
```


---

# 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/facebook.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.
