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. |
{
"shop_amount": true,
"order_amount": false,
"order_price": true,
"active_users": false
}