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

    Interface ExtensionAdditionalContextDraft

    interface ExtensionAdditionalContextDraft {
        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.