> 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/colissimo.md).

# Colissimo

## 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>Home no signature</td><td>173</td><td>0</td><td></td></tr><tr><td>Home with signature</td><td>173</td><td>1</td><td></td></tr><tr><td>Out of home - Pickup Points</td><td>173</td><td>3</td><td></td></tr><tr><td>International Domestic no signature</td><td>173</td><td>6</td><td></td></tr><tr><td>International Domestic with signature</td><td>173</td><td>7</td><td></td></tr><tr><td>Expert International</td><td>173</td><td>8</td><td></td></tr><tr><td>Retour France</td><td>173</td><td>9</td><td></td></tr><tr><td>Home OM - with signature</td><td>173</td><td>10</td><td></td></tr><tr><td>Eco OM - no signature</td><td>173</td><td>11</td><td></td></tr><tr><td>Eco OM - with signature</td><td>173</td><td>12</td><td></td></tr><tr><td>Retuor International</td><td>173</td><td>13</td><td></td></tr><tr><td>Home OM - no signature</td><td>173</td><td>14</td><td></td></tr></tbody></table>

## Forzatura codice cliente

Possibilità di inviare il codice cliente per forzare la bollettazione con un dato codice contratto

```json
"courierData":{
    "clientCode":"588326"
}
```


---

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