Skip to content

Commit 63353d0

Browse files
author
fialka
committed
ECWID-102900 Order quantity limits for products: storefront
- added new fields min/max in Api for degenerator
1 parent bef9c36 commit 63353d0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/main/kotlin/com/ecwid/apiclient/v3/dto/product/result/FetchedProduct.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ data class FetchedProduct(
9292
val productCondition: ProductCondition = ProductCondition.NEW,
9393
val externalReferenceId: String? = null,
9494
val customsHsTariffCode: String? = null,
95+
val minPurchaseQuantity: Int? = null,
96+
val maxPurchaseQuantity: Int? = null,
9597
) : ApiFetchedDTO {
9698

9799
data class BorderInfo(

0 commit comments

Comments
 (0)