HomeVendure CoreMoreMoreSettingsStoreOrphanedSettingsStoreEntryOn this pageOrphanedSettingsStoreEntry@vendure/coreSourcev3.4.0 Represents an orphaned settings store entry that no longer has a corresponding field definition in the configuration. Signatureinterface OrphanedSettingsStoreEntry { key: string; scope: string; updatedAt: Date; valuePreview: string;} keypropertystringThe orphaned key.scopepropertystringThe scope of the orphaned entry.updatedAtpropertyDateWhen the entry was last updated.valuePreviewpropertystringPreview of the stored value (truncated for large values).Was this chapter helpful?It was helpfulIt wasn't helpfulReport IssuePreviousCleanupOrphanedSettingsStoreEntriesResultNextSetSettingsStoreValueResultEdited Jan 28, 2026ยทEdit this page