> For the complete documentation index, see [llms.txt](https://returnsup.gitbook.io/returnsup-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://returnsup.gitbook.io/returnsup-docs/management.md).

# Gestión de Devoluciones

Este es el centro de mando de tu operativa diaria. Aquí gestionarás, aprobarás y resolverás todas las solicitudes de tus clientes.

![Listado de Devoluciones](/files/oxJjoXydZTSVpizeeluW)

## 1. Listado y Filtros

Usa la barra superior para localizar rápidamente cualquier solicitud:

* **Buscador**: Encuentra por ID de devolución, número de pedido original, o email del cliente.
* **Filtros**:
  * **Estado**: ¿Qué tengo pendiente hoy? Filtra por `pending` para ver solo lo que requiere acción.
  * **Período**: Revisa devoluciones de una campaña específica (ej. Black Friday).

## 2. Ficha de Devolución

Al entrar en una solicitud, verás toda la información crítica organizada en tarjetas de colores para evitar errores.

![Alertas de Estado](/files/c2cgpZfFGyi4dzOk8tWO)

### Alertas Inteligentes

El sistema te avisa de situaciones especiales:

* **Plazo Extendido**: Si has dado días extra al cliente, te lo recordará aquí.
* **Cambio de Producto**: ⚠️ **CRÍTICO**. Si ves la alerta roja de "NO Reembolsar Dinero", significa que el cliente ya ha elegido otro producto a cambio. No le devuelvas el dinero o le estarás regalando el producto.

### Control de Diferencias (Cambios)

Si el cliente eligió un producto más caro para el cambio, el sistema gestiona el cobro de la diferencia automáticamente.

![Pago de diferencia](/files/CH77POoLkMOYNl6fKEON)

Verás un **tick verde** cuando el cliente haya pagado esa diferencia, confirmando que puedes proceder con el envío del nuevo artículo.

## 3. Resolución y Reembolso

Cuando recibas el paquete vuelta en tu almacén, usa el panel de "Gestión de Reembolso" para finalizar el proceso.

![Caja de Reembolso](/files/23NhtiEDjJwREkcMHui8)

1. **Verificación**: Revisa los artículos recibidos. Si todo está bien, déjalos marcados.
2. **Gastos y Ajustes**:
   * **Descontar Etiqueta**: Marca esta casilla si quieres restar el coste del envío de devolución del importe a devolver al cliente.
   * **Monto Personalizado**: Úsalo para excepciones o fees de re-stocking manuales.
3. **Acciones Finales**:
   * **Reembolsar vía Pasarela**: Devuelve el dinero a la tarjeta/PayPal original (si el método es Reembolso).
   * **Crédito Tienda**: Genera una Gift Card para el cliente.
   * **Reembolso Manual**: Marca como devuelto sin mover dinero (útil si haces transferencia manual).
   * **Incrementar Inventario**: 🔄 No olvides activar esto para que el stock de los productos devueltos se sume de nuevo a tu WooCommerce.

## 4. Comunicación

Olvídate de los emails dispersos. Usa el chat integrado para hablar con el cliente sobre su devolución. Él verá los mensajes en su portal de seguimiento.

![Mensajería](/files/YVkZFKA6arfuyLNYai3q)


---

# 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://returnsup.gitbook.io/returnsup-docs/management.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.
