> 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/productos/prioridad-y-orden.md).

# Prioridad y Orden

## Prioridad

La prioridad se aplica en el producto base cuando se crea en catálogo manual. Los valores más altos se mostrarán primero en los listados que corresponda.&#x20;

<figure><img src="/files/5aahv7vO6FVqQUyURkHu" alt=""><figcaption><p>Panel de Productos - Nivel Producto Base</p></figcaption></figure>

## Orden

El orden se aplica a las variantes, en caso de carga manual, las mismas se mostraran en la tienda según el número de orden que se indicó en el sistema. Si, por ejemplo, se agrego el número 1 a variante azul de una camiseta, 2 a la variante roja y por último 3 a la variante verde, se visualizarán en ese mismo orden.

En el caso de que la variante roja se quede sin stock, pasará a verse primero la azul y luego la verde.

{% hint style="warning" %}
El orden no se modifica borrando las variantes y cargándose nuevamente. Se mantendrá el orden en base al campo orden del catálogo.
{% endhint %}

<figure><img src="/files/ER7lBz43yezcPbIbhBaj" alt=""><figcaption><p>Panel de Productos - Nivel Variante</p></figcaption></figure>

<figure><img src="/files/l17Y07pYMxdaZLbXxEBe" alt="" width="375"><figcaption><p>Ejemplo de prioridad y orden en tienda</p></figcaption></figure>

{% hint style="info" %}
Se puede realizar una prioridad y orden de lógica de los productos en el listado a través del equipo de Fenicio. Se debe enviar por cual categoría, características o especiales (nuevo, sale, outlet) se desea ordenar y priorizar.
{% endhint %}

{% hint style="info" %}
En caso de Integración Full, se debe verificar en el ERP si existe el campo prioridad o similar a nivel producto base, y/o el campo orden o similar a nivel variante, para poder mapearlo con Fenicio. Este mapeo se realiza a través del equipo de Fenicio.
{% endhint %}


---

# 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/productos/prioridad-y-orden.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.
