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": true,
    "quota": 10,
    "cost": {
        "d1": 16,
        "d2": 13,
        "d3": 10,
        "d4": 15,
        "d5": 11,
        "d6": 11,
        "d7": 11
    }
}
This is a development version Do not use this version in production
1.10.0 development