Dictionary

A dictionary with fields

Field Type Description
general Int Percent discount on all orders
first_order Int Percent discount on the first order from a user

Examples

Example 1

{
    "general": 16,
    "first_order": 14
}
This is a development version Do not use this version in production
1.10.0 development