> 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/ventas/compra-asistida/editar-compra-abandonada.md).

# Editar Compra Abandonada

Ver su estado, origen, inicio del pedido, fecha y hora en que fue abandonado, fecha y hora de la última interacción.

A la derecha de la pantalla, se visualiza el o los artículos que forman parte del pedido, junto a la cantidad de unidades que se agregaron al carrito y el importe correspondiente.

Los datos del comprador también pueden observarse aquí: nombre, tipo de documento, número de documento, email, teléfono y cuenta usuario (clicando esta última opción, se accede a la edición de datos del usuario).

Entrega del pedido

* **Envío a domicilio**
* **Retiro en sucursal**

Al editar este bloque, aparecerá el siguiente cuadro, donde se deberá ingresar el nombre del destinatario, elegir o añadir una dirección de entrega, un método de envío y una fecha/horario de entrega, en caso de elegir **envío a domicilio**. En **método de envío** aparecerán las opciones que se tengan dadas de alta en el sistema. Si se elige la opción de **retiro en sucursal**, se deberá agregar el nombre de la persona que lo retirará, elegir dónde lo retirará y en qué fecha / hora lo hará. En **lugar** aparecerán las opciones dadas de alta en el sistema.


---

# 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/ventas/compra-asistida/editar-compra-abandonada.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.
