From dba6e10ebc28dc1a30c2bd6a48b99ede0912ea04 Mon Sep 17 00:00:00 2001 From: Aleksey Busarev Date: Tue, 13 Aug 2024 19:09:50 +0400 Subject: [PATCH] add flag for enable/disable lowest price for owner --- .../ecwid/apiclient/v3/dto/profile/result/FetchedStoreProfile.kt | 1 + 1 file changed, 1 insertion(+) 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 9d02e1b0..eb691a91 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(