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

    Interface ExtensionAdditionalContext

    Configures additional information included in the payload sent to the API Extension.

    interface ExtensionAdditionalContext {
        includeOldResource: boolean;
    }
    Index
    includeOldResource: boolean

    Whether the payload sent to the API Extension should include an oldResource field with the state of the resource before the update. This only applies to Update actions. For Create actions, oldResource is not included.