Used when the ShippingRate maps to the sum of LineItem Prices. The value of the Cart is used to select a tier. If chosen, it is not possible to set a value for the shippingRateInput on the Cart.

interface CartValueType {
    type: "CartValue";
}

Properties

Properties

type: "CartValue"

Generated using TypeDoc