We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7053b3 commit bf85ad8Copy full SHA for bf85ad8
src/main/kotlin/com/ecwid/apiclient/v3/dto/profile/result/FetchedStoreProfile.kt
@@ -751,6 +751,15 @@ data class FetchedStoreProfile(
751
752
@JsonFieldName("show_signin_link_with_unified_account_page")
753
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,
763
)
764
765
data class ProductFilterItem(
0 commit comments