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

    Interface LastModifiedBy

    IDs and references that last modified the resource. This is present on resources created or updated after 1 February 2019 except for events not tracked.

    interface LastModifiedBy {
        anonymousId?: string;
        associate?: CustomerReference;
        attributedTo?: Attribution;
        clientId?: string;
        customer?: CustomerReference;
        externalUserId?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    anonymousId?: string

    Indicates the anonymous session during which the resource was modified.

    associate?: CustomerReference

    Indicates the Customer who 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.

    attributedTo?: Attribution

    Indicates if the resource was modified indirectly.

    clientId?: string

    id of the API Client which modified the resource.

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

    externalUserId?: string

    External user ID provided by the X-External-User-ID HTTP Header or external_user_id:{externalUserId} scope.