We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e181182 commit fd21852Copy full SHA for fd21852
1 file changed
src/main/kotlin/com/ecwid/apiclient/v3/dto/profile/result/FetchedStoreProfile.kt
@@ -492,6 +492,12 @@ data class FetchedStoreProfile(
492
@JsonFieldName("product_details_position_buy_button")
493
val productDetailsPositionBuyButton: Int? = null,
494
495
+ @JsonFieldName("product_details_position_delivery_time")
496
+ val productDetailsPositionDeliveryTime: Int? = null,
497
+
498
+ @JsonFieldName("product_details_show_delivery_time")
499
+ val productDetailsShowDeliveryTime: Boolean? = null,
500
501
@JsonFieldName("product_details_position_product_description")
502
val productDetailsPositionProductDescription: Int? = null,
503
0 commit comments