Used when the ShippingRate maps to an abstract Cart categorization expressed by integers (such as shipping scores or weight ranges).

interface CartScoreType {
    type: "CartScore";
}

Properties

Properties

type: "CartScore"

Generated using TypeDoc