@wix/auto_sdk_ecom_current-cart 1.0.179 → 1.0.180

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1599,6 +1599,8 @@ interface LineItemPricesData {
1599
1599
  lineItemPrice?: MultiCurrencyPrice;
1600
1600
  /** Catalog price before any discounts, with modifiers. */
1601
1601
  fullPrice?: MultiCurrencyPrice;
1602
+ /** Sum of all modifiers for a single unit of the item. */
1603
+ modifiers?: MultiCurrencyPrice;
1602
1604
  /**
1603
1605
  * Partial payment out of `price` to be paid upfront during the checkout.
1604
1606
  * Applies to catalog items with `lineItem.paymentOption` type `DEPOSIT_ONLINE` only.