> For the complete documentation index, see [llms.txt](https://ajuda.uplaces.com.br/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ajuda.uplaces.com.br/logistica/ecommerce-b2b.md).

# Módulo de Logística

<figure><img src="/files/HXa95t9R2GuSoYe6w6AJ" alt=""><figcaption></figcaption></figure>

### Cadastro de Transportadoras

No menu **Módulos > Logística > Transportadoras**, é possível [cadastrar uma nova transportadora](/logistica/ecommerce-b2b/cadastro-de-frete.md), definindo:

* **Nome** da transportadora (ex: Motoboy, Retirada na loja, etc.);
* **Modalidade de frete** (FOB - Destinatário ou CIF - Remetente);
* **Mapeamento ERP** (opcional);
* **Regras de frete**: faixa de CEP (inicial e final), valor, prazo de entrega, peso mínimo/máximo e pedido mínimo.

As regras podem ser importadas em lote através de planilha no formato indicado pelo modelo de importação disponível na interface.

### Gateways Logísticos

No menu **Módulos > Logística > Gateways Logísticos**, podem ser integrados serviços como:

* **Frenet**: requer token de autenticação.
* **Correios**: com ou sem contrato, exige preenchimento de CEP de origem, medidas mínimas e peso mínimo.

Configurações adicionais:

* Dias adicionais para o prazo;
* Habilitar exibição do prazo no checkout;
* Permitir simulação de frete na página do produto.

### Integração com Políticas Comerciais

<figure><img src="/files/w3DtNpoF78MN0OioL42I" alt=""><figcaption></figcaption></figure>

Após o cadastro, tanto **transportadoras** quanto **gateways logísticos** poderão ser vinculados a uma política comercial (em **Políticas Comerciais > Transporte**), permitindo que sejam utilizados como opções de envio no checkout.<br>


---

# 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://ajuda.uplaces.com.br/logistica/ecommerce-b2b.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.
