# GLS

## 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>Espresso</td><td>101</td><td>0</td><td>Domestico</td></tr><tr><td>Espresso ore 12:00</td><td>101</td><td>2</td><td>Domestico</td></tr><tr><td>Express12</td><td>101</td><td>3</td><td>Domestico</td></tr><tr><td>Parcel</td><td>101</td><td>6</td><td>Internazionale</td></tr></tbody></table>

## CIN

Per le spedizioni extraUe il corriere richiede obbligatoriamente che vengano valorizzati:

* [dettagli\_ordine](https://apidocs.gsped.com/spedizioni-e-dintorni/shipment/shipment-objects/dettagli_ordine)
* invoice\_date
* invoice\_number

Ricordarsi di indicare a Gsped la **categoria merceologica** da inserire in configurazione sul proprio client\_id / invoiced\_client\_id.\
Categorie merceologiche al 14/05/2024:

<figure><img src="https://3771308577-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Lpn0WrP4qkhuX2DmzB4%2Fuploads%2FB3EHUAYDaW4dEqkxgKg9%2Fimage.png?alt=media&#x26;token=f7d85a36-ab20-4a4c-816a-55bd3111950c" alt=""><figcaption></figcaption></figure>

## Shipment PATCH

Di seguito l'elenco dei campi patchabili:

```json
{
    "ddt_alpha":"XXXXX",
    "contrassegno":0.0,
    "valore_doganale":0.0,
    "tipo_incasso":12
}
```


---

# 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/gls.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.
