Custom Field
Custom field object on invoices.
Content
| Key | Type | Description |
|---|---|---|
| type | string | The type of the custom field |
| name | string | The spoken name of the field |
| value | string | The value submitted by the shopper |
Example
{
"name": "E-Mail",
"type": "email",
"value": "sample-email@mail.com"
}
Type Values
- title
- forename
- surname
- company
- street
- postcode
- place
- country
- phone
- 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