diff --git a/src/main/kotlin/com/ecwid/apiclient/v3/dto/profile/result/FetchedStoreProfile.kt b/src/main/kotlin/com/ecwid/apiclient/v3/dto/profile/result/FetchedStoreProfile.kt index 9d02e1b03..eb691a914 100644 --- a/src/main/kotlin/com/ecwid/apiclient/v3/dto/profile/result/FetchedStoreProfile.kt +++ b/src/main/kotlin/com/ecwid/apiclient/v3/dto/profile/result/FetchedStoreProfile.kt @@ -148,6 +148,7 @@ data class FetchedStoreProfile( val storeDescriptionTranslated: LocalizedValueMap? = null, val storeName: String? = null, val tikTokPixel: TikTokPixelSettings? = null, + val lowestPriceEnabled: Boolean = false ) data class TikTokPixelSettings( diff --git a/src/test/kotlin/com/ecwid/apiclient/v3/rule/NonUpdatablePropertyRules.kt b/src/test/kotlin/com/ecwid/apiclient/v3/rule/NonUpdatablePropertyRules.kt index 7484c0172..d793d5cf8 100644 --- a/src/test/kotlin/com/ecwid/apiclient/v3/rule/NonUpdatablePropertyRules.kt +++ b/src/test/kotlin/com/ecwid/apiclient/v3/rule/NonUpdatablePropertyRules.kt @@ -328,6 +328,8 @@ val nonUpdatablePropertyRules: List> = listOf( ReadOnly(FetchedCustomersConfig::entityTypes), ReadOnly(FetchedCustomersConfig::createdDate), ReadOnly(FetchedCustomersConfig::lastModifiedDate), + + ReadOnly(FetchedStoreProfile.Settings::lowestPriceEnabled), ) sealed class NonUpdatablePropertyRule(