@gradientedge/commercetools-utils
    Preparing search index...

    Interface ClientLogging

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

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

    Hierarchy (View Summary)

    Index

    Properties

    anonymousId?: string

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

    associate?: CustomerReference

    Indicates the Customer who created or modified the resource in the context of a Business Unit. Only available for B2B-enabled Projects when an Associate acts on behalf of a company using the associate endpoints.

    clientId?: string

    id of the API Client 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.