# Corrieri e tipo porto

Tipicamente una spedizione può avere tre tipologie di porto (chi paga la spedizione) :&#x20;

* Porto Franco -> Spedizione a carico del mittente
* Porto Assegnato -> Spedizione a carico del destinatario
* Terzo -> Spedizione a carico di un soggetto terzo, normalmente si fa riferimento ad un codice cliente pagante e non a una persona fisica.

Di seguito un elenco dei corrieri permettono di scegliere il tipo di porto e quali sono accettati.

| Corriere |                                                                                                                                                            Tipi di porto accettati                                                                                                                                                           |
| :------: | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
|    UPS   | <p><strong>Franco :</strong> Default<br><br><strong>Assegnato :</strong> Solo se il destinatario ha un codice contratto con UPS, bisogneà infatti indicare un codice contratto per poter utiizzare questo tipo di porto<br><br><strong>Terzo :</strong> Solo via API (vedere documentazione delle notre API per avere maggiori dettagli)</p> |

Elenco in fase di aggiornamento..


---

# 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://doc.gsped.com/nuova-spedizione/corrieri-e-tipo-porto.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.
