Custom Field

Custom field object on invoices.

Content

KeyTypeDescription
typestringThe type of the custom field
namestringThe spoken name of the field
valuestringThe 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
  • 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