Customers
Customers represent data about a specific customer. Carts, orders, attributes, addresses are associated with customers.
In a B2C environment a customer is the actual user ordering products.
The customer API is only available on the Propeller cloud version. The legacy version of Propeller does not support this API
Customer Lookup keysβ
| Key | Type | Description |
|---|---|---|
id | integer | Propeller customer id |
sourceId | string | External system unique id. sourceId should be combined with source |
Fieldsβ
| Name | Description | Type |
|---|---|---|
debtorId | A unique id representing this customer. A debtorId can be automatically generated by Propellor | integer string |
firstName | Customer first name | string |
middleName | Customer middle name | string |
lastName | Customer last name | string |
abbreviation | Customer abbreviation | string |
title | Customer title | string |
dateOfBirth | Customer date of birth | date |
gender | Customer gender | enum m=Male f=Female u=Undefined |
login | Login name used to login to the webshop | string |
phone | Customer phone number | string |
email | A valid email address | string |
ssn | Customer ssn | integer |
parent | Parent usergroup | JSON object that identifies the parent. id or sourceId in combination with source |
primaryLanguage | Customer primary language | string ISO 639-1 |
sourceId | External system unique id | string |
source | External system | string |