These objects represent information about which API Client created or modified a resource. For more information, see Client Logging.

interface ClientLogging {
    anonymousId?: string;
    clientId?: string;
    customer?: CustomerReference;
    externalUserId?: string;
}

Hierarchy

Properties

anonymousId?: string

Indicates that the resource was modified during an anonymous session with the logged ID.

clientId?: string

id of the APIClient which created the resource.

Indicates the Customer who modified the resource using a token from the password flow.

externalUserId?: string

External user ID provided by X-External-User-ID HTTP Header.

Generated using TypeDoc