Skip to main content
Customer

Customer object schema for Klar API

Frank Birzle avatar
Written by Frank Birzle
Updated over a week ago

id

Type: string

Description: The (technical) unique identifier of the customer of this order.

Example Value(s): '23442342342341234' or 'A42CDF42342342-B'

email

Type: string

Description: The customer's email address.

Example Value(s): '[email protected]' or '[email protected]'

emailHash

Type: string

Description: The customer's email hash.

Example Value(s): 'eb806831a426492e644c29ca6db282b40cf8f07f'

isNewsletterSubscriberAtTimeOfCheckout

Type: boolean

Description: Boolean flag if the user has been a newsletter subscriber when he ordered.

Example Value(s): true or false

tags

Type: [string]

Description: Array of tags applied to the customer of that order.

Example Value(s): ['vip', 'subscriber'] or ['channel_xyz']

Did this answer your question?