@commercengine/storefront-sdk 0.12.5 → 0.12.6
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.
- package/dist/index.d.mts +2 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -3465,6 +3465,8 @@ interface components {
|
|
|
3465
3465
|
coupon_savings: number;
|
|
3466
3466
|
other_savings: number;
|
|
3467
3467
|
total_savings: number;
|
|
3468
|
+
/** @description Free shipping threshold of the cart */
|
|
3469
|
+
free_shipping_threshold: number | null;
|
|
3468
3470
|
/**
|
|
3469
3471
|
* @description Status of the cart.
|
|
3470
3472
|
* @default not-ready-for-payment
|