@gradientedge/commercetools-utils
    Preparing search index...

    Interface CartValueType

    The ShippingRate maps to the value of the Cart and is used to select a tier. The value of the Cart is the sum of all Line Item totals and Custom Line Item totals (via the totalPrice field) after any Product Discounts and Cart Discounts have been applied. If chosen, it is not possible to set a value for the shippingRateInput on the Cart.

    interface CartValueType {
        type: "CartValue";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    type: "CartValue"