Dictionary

Specify which statistics you want to receive

Field Type Description
shop_amount Bool Optional. Return total amount of shops (not filtered by date)
order_amount Bool Optional. Return order amount
order_price Bool Optional. Return total price of orders in cents
active_users Bool Optional. Return active users in the period specified (note that active users are users that placed an order in the last month). If your start and end date is only one day, you'll still get the active users of that month.

Examples

Example 1

{
    "shop_amount": false,
    "order_amount": true,
    "order_price": false,
    "active_users": false
}
Version update available Please adjust your integration to the latest stable version (1.9.0)
1.5.0 stable