# Documentación de Zipnova Envíos

## Qué podrás hacer con esta API

Proveemos una API REST para poder integrar tu tienda a Zipnova Envíos.&#x20;

La API consiste en varios endpoints para cotizar envios, crearlos, obtener su documentación de despacho, y obtener actualizaciones de estado.

Además, cuentas con endpoints útiles para la administración de la cuenta.

## Cómo empezar

Antes de comenzar ten en cuenta cómo debes autenticarte y construir las URLs.

{% content-ref url="/pages/lHOz9gG7AzyOgZruUKcq" %}
[URLs y Autenticación](/envios/principios/urls-y-autenticacion.md)
{% endcontent-ref %}

Luego, podrás comenzar a interactuar con los distintos recursos de la API.


---

# 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://docs.zipnova.com/envios/documentacion-de-zipnova-envios.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.
