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

    Interface ExtensionSetExpansionPathsAction

    interface ExtensionSetExpansionPathsAction {
        action: "setExpansionPaths";
        expansionPaths: string[];
    }

    Hierarchy (View Summary)

    Index
    action: "setExpansionPaths"
    expansionPaths: string[]

    Expansion paths used for reference expansion of the payload.

    Be aware of the [limits](/api/limits#api-extensions) of this feature and its [performance impact](/api/performance-tips#api-extensions).