Commerce Transactions Insight
The Commerce Transactions Insight's history is regardless of the month history current setting.
| Field | Type | Description |
|---|---|---|
| month | month | Considered month |
| payments | TransactionAmountInsight | Sum of payments for the considered month |
| shopping_cart_average | ShoppingCartAverage | Shopping cart average |
| payouts | TransactionAmountInsight | Sum of transfers to external bank accounts executed for the considered month |
TransactionAmountInsight object
| Field | Type | Description |
|---|---|---|
| amount | Money | Sum of payments or payouts for the considered month |
| nb | int | Number of payments or payouts for the considered month |
ShoppingCartAverage object
| Field | Type | Description |
|---|---|---|
| amount | Money | Average shopping cart for the considered month |
Endpoints
GET
/api/v6/users/{userId}/commerce-transactions-insightsReturns aggregated insights about commerce transactions for the user.