> For the complete documentation index, see [llms.txt](https://apidocs.gsped.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://apidocs.gsped.com/spedizioni-e-dintorni/shipment/corrieri/gls.md).

# 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](/spedizioni-e-dintorni/shipment/shipment-objects/dettagli_ordine.md)
* 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="/files/FYw1sKWdBdonG9CU1jFi" 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
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:

```
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.
