Contact

Contact object fields.

Occurrence

Content

KeyTypeDescription
idintInternal shopper ID
uuidstring
  • External shopper ID
  • 8 - 40 characters long
titlestring
  • The person's title
  • Possible values:

    • translated values of miss and mister
    • arbitrary values due to e.g. custom gateway creation
firstnamestringThe shopper's first name
lastnamestringThe shopper's last name
companystringThe shopper's company name
streetstringThe shopper's street
zipstringThe shopper's postcode
placestringThe place in which the shopper is living
countrystringThe translated name of the country in which the shopper is living
countryISOstringThe ISO 3166-1 Alpha 2 string of the country in which the shopper is living
phonestring
  • The shopper's phone number
  • The numbers come in different formats depending on the shopper's input. Several examples, not limited to these formats:

    • +41335500010
    • +41 33 550 00 10
    • 0335500010
    • 033 550 00 10
emailstringThe shopper's email address
date_of_birthstring
  • The shopper's date of birth
  • The numbers come in different formats depending on the shopper's input. Several examples, not limited to these formats:

    • 01.01.1970
    • 1970-01-01
delivery_titlestring
  • The recipient's title
  • Possible values:

    • translated values of miss and mister
    • arbitrary values due to e.g. custom gateway creation
delivery_firstnamestringThe recipient's first name
delivery_lastnamestringThe recipient's last name
delivery_companystringThe recipient's company name
delivery_streetstringThe recipient's street
delivery_zipstringThe recipient's postcode
delivery_placestringThe place in which the recipient is living
delivery_countrystringThe translated name of the country in which the recipient is living
delivery_countryISOstringThe ISO 3166-1 Alpha 2 string of the country in which the recipient is living

Example

{
    "id": 1234,
    "uuid": "aabb1122",
    "title": "female",
    "firstname": "Jane",
    "lastname": "Doe",
    "company": "zahls.ch",
    "street": "Burgstrasse 20",
    "zip": "3600",
    "place": "Thun",
    "country": "Switzerland",
    "countryISO": "CH",
    "phone": "0335500010",
    "email": "subscription@test.com",
    "date_of_birth": "01.01.1970",
    "delivery_title": "",
    "delivery_firstname": "",
    "delivery_lastname": "",
    "delivery_company": "",
    "delivery_street": "",
    "delivery_zip": "",
    "delivery_place": "",
    "delivery_country": "",
    "delivery_countryISO": ""
  }