Skip to content

Commit bf85ad8

Browse files
committed
ECWID-166984 added missing design properties
1 parent b7053b3 commit bf85ad8

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/main/kotlin/com/ecwid/apiclient/v3/dto/profile/result/FetchedStoreProfile.kt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -751,6 +751,15 @@ data class FetchedStoreProfile(
751751

752752
@JsonFieldName("show_signin_link_with_unified_account_page")
753753
val showSigninLinkWithUnifiedAccountPage: Boolean? = null,
754+
755+
@JsonFieldName("swatches_product_option_shape")
756+
val swatchesProductOptionShape: String? = null,
757+
758+
@JsonFieldName("swatches_product_option_size")
759+
val swatchesProductOptionSize: String? = null,
760+
761+
@JsonFieldName("product_details_show_image_alt_text_as_visible_description")
762+
val productDetailsShowAltTextAsDescription: Boolean? = null,
754763
)
755764

756765
data class ProductFilterItem(

0 commit comments

Comments
 (0)