> 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/shipment-objects/courierdata/additional_charges.md).

# additional\_charges

Oggetto contenente i costi aggiuntivi che si possono indicare per alcuni corrieri che li gestiscono in fattura. **Gestito SOLO da DHL.**

Viene valorizzato dentro la sezione [courierData](/spedizioni-e-dintorni/shipment/shipment-objects/courierdata.md).

```json
"courierData":{
    "additional_charges":{
        "other":10
    }
}
```

<table data-full-width="true"><thead><tr><th width="213">Campo</th><th width="99" data-type="checkbox">Required</th><th width="104">Type</th><th>Descrizione</th></tr></thead><tbody><tr><td>other</td><td>false</td><td>int / float</td><td>Costi segnati come "altro"</td></tr></tbody></table>
