Interface JwtCustomerMeta

interface JwtCustomerMeta {
    accessKey: string;
    contextToken: string;
    currencyId: string;
    currencyIso: string;
    customerGroupId: string;
    customerIdentifier: string;
    email: string;
    externalGroupName: string;
    guest: boolean;
    salesChannelId: string;
}

Properties

accessKey: string

The sales channel access key of the headless shop

contextToken: string

The sales channel context token of the headless shop

currencyId: string

Currency of the customer

currencyIso: string

Currency ISO 4217 code

customerGroupId: string

The group id of the customer inside of the sales channel

customerIdentifier: string

A from the external sales channel provided customer id

email: string

The customer's email address, in most cases only available if guest is false

externalGroupName: string

The external group name of the customer

guest: boolean

Is the customer an guest customer?

salesChannelId: string

The sales channel id of the customer