# Custom Field

### Content

<table><thead><tr><th width="231.6796875">Key</th><th width="154.80078125">Type</th><th>Description</th></tr></thead><tbody><tr><td>type</td><td>string</td><td>The type of the custom field</td></tr><tr><td>name</td><td>string</td><td>The spoken name of the field</td></tr><tr><td>value</td><td>string</td><td>The value submitted by the shopper</td></tr></tbody></table>

### Example

```json
{
  "name": "E-Mail",
  "type": "email",
  "value": "sample-email@mail.com"
}
```

### Type Values

* title
* forename
* surname
* company
* street
* postcode
* place
* country
* phone
* email
* date\_of\_birth
* confirm\_email
* delivery\_title
* delivery\_forename
* delivery\_surname
* delivery\_company
* delivery\_street
* delivery\_postcode
* delivery\_place
* delivery\_country
* text
* header
* date
* radiobox
* textbox
* checkbox
* select
* file
* hidden
* vat\_number
* privacy\_policy
* terms
