Dictionary

A dictionary with fields

Field Type Description
all_zipcodes Bool If "false", the webshop will look at the zipcode list
has_max_range Bool Whether or not to check for max_range
max_range Int Set maximum delivery range in km

Examples

Example 1

{
    "all_zipcodes": true,
    "has_max_range": true,
    "max_range": 19
}
1.9.0 stable