# Amazon Shipping

## 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>Spedizione Nazionale Express</td><td>12</td><td>0</td><td>Domestico, monocollo, max 34Kg</td></tr></tbody></table>

## Gestione campi generici in creazione spedizione

Per questo corriere è possibile gestire fino 10 campi generici che possono andare a modificare i dati che vengono trasmessi al corriere.

Questo vale **SOLO** nei casi in cui non vi può essere una gestione standard tra i campi messi a disposizione dall'endpoint Shipment.

```json
"courierData":{
    "generic1": "",
    "generic2": "",
    "generic3": "",
    "generic4": "",
    "generic5": "",
    "generic6": "",
    "generic7": "",
    "generic8": "",
    "generic9": "",
    "generic10": ""
  }
```

### Come possono essere utilizzati questi campi?

Per usufruire dei campi generici che non hanno ancora uno specifico utilizzo,  bisognerà contattare Gsped per valutare / analizzare i seguenti punti :&#x20;

* Quali informazioni devono essere trasmesse al corriere che non sono ancora gestiti in maniera standard?
* In quale modalità dovranno essere trasmessi al corriere (campi specifici nella richiesta di creazione spedizione da inviare al corriere)
* Fattibilità della richiesta


---

# 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/amazon-shipping.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.
