For the complete documentation index, see llms.txt. This page is also available as Markdown.

Custom Field

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

  • 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

Last updated