# incoterm

Oggetto contenente i dati Incoterm necessari per indicazioni doganali

```json
"incoterm": {
    "incoterm_code": "EXW",
    "location": "C.So felice cavallotti 15 15121 Alessandria"
}
```

Di seguito il dettaglio dei campi

<table data-full-width="true"><thead><tr><th width="182">Campo</th><th width="100" data-type="checkbox">Required</th><th width="106">Codifica</th><th>Descrizione</th></tr></thead><tbody><tr><td>incoterm_code</td><td>true</td><td>string</td><td><a href="https://it.wikipedia.org/wiki/Incoterms#Schema_dei_costi_(2020)">Sigla Incoterm</a></td></tr><tr><td>location</td><td>true</td><td>string</td><td>Location</td></tr></tbody></table>

{% hint style="warning" %}
Per alcuni corrieri vanno inviati contestualmente ai [Parties ](/spedizioni-e-dintorni/shipment/shipment-objects/parties.md)ai fini doganali
{% endhint %}

## Corrieri abilitati

<table><thead><tr><th width="120">ID</th><th>Corriere</th></tr></thead><tbody><tr><td>17</td><td>DB Schenker</td></tr><tr><td>70</td><td>Dummy1</td></tr><tr><td>71</td><td>Dummy2</td></tr><tr><td>72</td><td>Dummy3</td></tr><tr><td>73</td><td>Dummy4</td></tr><tr><td>74</td><td>Dummy5</td></tr><tr><td>75</td><td>Dummy6</td></tr><tr><td>76</td><td>Dummy7</td></tr><tr><td>77</td><td>Dummy8</td></tr><tr><td>78</td><td>Dummy9</td></tr><tr><td>79</td><td>Dummy10</td></tr><tr><td>90</td><td>Italsempione</td></tr><tr><td>91</td><td>Logisticando</td></tr><tr><td>92</td><td>CsiLogistica</td></tr><tr><td>113</td><td>DHL Freight</td></tr><tr><td>171</td><td>Skynet (solo incoterm_code)</td></tr><tr><td>182</td><td>DHL WLA (solo incoterm_code)</td></tr><tr><td>185</td><td>DSV WS</td></tr></tbody></table>


---

# 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/shipment-objects/incoterm.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.
