> For the complete documentation index, see [llms.txt](https://docs.rmhpos.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rmhpos.com/es/store-manager/configure-pos-and-store-manager/inventory-and-purchasing/transportistas-de-envio.md).

# Transportistas de envío

Este tema describe cómo configurar los transportistas de envío utilizados por la tienda.

Use transportistas de envío para identificar los transportistas utilizados por la tienda.

1. Haga clic **Configuración**.
2. Expandir **Inventario/Compras**.
3. Haga clic **Transportistas de envío**.
4. Haga clic **Nuevo**.
5. Introduzca el **Nombre**.
6. Introduzca las URL de su:

* Sitio web principal
* Portal de envíos
* Portal de seguimiento

7. (Opcional) En la **Servicio** pestaña:
   1. Haga clic **Agregar** para agregar un servicio o haga clic en **Propiedades** para editar un servicio existente.
   2. En **Tabla de cargos**, seleccione **Peso** para identificar los cargos del servicio por peso del paquete, o seleccione **Total** para identificar los cargos del servicio por otras características del envío.
   3. En la tabla, introduzca los **Valor** incrementos y el correspondiente **Cargo**. Por ejemplo, si seleccionó **Peso**, introduciría incrementos de peso (kgs o lbs) en la **Valor** columna, como 5, 10, 15 y 20. Luego introduciría los cargos de envío correspondientes para esos pesos en la **Cargo** columna, como $10.00, $20.00, $30.00 o $40.00.
   4. (Opcional) Habilite la **tabla interpolada** opción si desea que RMH calcule (interpola) el cargo si el valor cae entre los incrementos especificados. Por ejemplo, si introduce incrementos de peso en la **Valor** columna para 15 y 20, y el peso del paquete (17.5) cae entre esos dos incrementos, RMH puede calcular el cargo basándose en los cargos para los incrementos de peso 15 y 20.
8. (Solo en Central Manager) En la **Grupos de tiendas** pestaña, seleccione los grupos de tiendas que usan este transportista de envío.
9. Haga clic **Guardar y cerrar**.


---

# 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://docs.rmhpos.com/es/store-manager/configure-pos-and-store-manager/inventory-and-purchasing/transportistas-de-envio.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.
