Dictionary

A dictionary with fields

Field Type Description
name String Name of the group. Most likely some kind of month, day or time
value Int Value based on type
count Int Amount of orders
extra Dictionary Optional. A dictionary with fields

Examples

Example 1

{
    "name": "...",
    "value": 12,
    "count": 10,
    "extra": {
        "email": "...",
        "email_when_newsletter": false
    }
}
Version update available Please adjust your integration to the latest stable version (1.9.0)
1.5.2 stable