Dictionary

A different cost once the value of the order reaches a certain quota. Mostly used to offer the customer cheaper delivery prices when their order contains more than ... in value.

Field Type Description
enable Bool Enable/disable this feature
quota Int Order value in cents.
cost Week Delivery cost per day of the week (in cents)

Examples

Example 1

{
    "enable": false,
    "quota": 15,
    "cost": {
        "d1": 14,
        "d2": 12,
        "d3": 12,
        "d4": 18,
        "d5": 19,
        "d6": 17,
        "d7": 12
    }
}
1.9.0 stable