# DHL Parcel

## Lista codici Gsped

<table data-full-width="true"><thead><tr><th>Servizio</th><th data-type="number">Codice corriere</th><th data-type="number">Codice servizio</th><th>Note</th></tr></thead><tbody><tr><td>Connect</td><td>169</td><td>6</td><td>Internazionale</td></tr><tr><td>Return connect</td><td>169</td><td>7</td><td>Internazionale</td></tr><tr><td>Connect international</td><td>169</td><td>8</td><td>Internazionale</td></tr><tr><td>Parcel Europe return international</td><td>169</td><td>9</td><td>Internazionale</td></tr></tbody></table>

## Spedizioni Label-Free / Label-Less

DHL offre la possibilità di generare spedizioni sulle quali non viene richiesta un etichetta, ovvero, il corriere non restiuirà un etichetta, ma ritornerà un QR Code che il mittente dovrà mostrare all'atto della consegna del collo da spedire nel service point DHL.

Questi tipo di servizio è molto utile per i resi, dove sostanzialmente viene permesso al cliente finale di portare il proprio pacchetto da spedire al service point e, fornendo il QR code dal proprio cellulare, depositare il collo da inviare o rendere senza dover stampare l'etichetta a casa.

Nella richiesta di generazione spedizione attraverso la Shipment dovrà essere indicato quanto segue:

```json
"courierData": {
        "labelLessReturn": true
    }
```

Ecoo un esempio del QrCode restituito :

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


---

# 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://apidocs.gsped.com/spedizioni-e-dintorni/shipment/corrieri/dhl-parcel.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.
