Skip to main content
This update reflects backend changes to the Expenditures and Sales Revenue insight endpoints.

Expenditures and Sales Revenue insights

Affected endpoints: GET /entities/{entityId}/insights/expenditures, GET /entities/{entityId}/insights/sales-revenue
  • The products value has been removed from the allowed values of the options[type] query parameter on both endpoints. Requests that previously sent options[type]=products were already returning the same response as options[type]=total, so existing integrations that rely on that response continue to work without changes.
  • For product-level breakdowns, use the Products and Services insight endpoints (GET /entities/{entityId}/insights/products-and-services-bought and GET /entities/{entityId}/insights/products-and-services-sold).
  • The dimension and label field descriptions in the response schemas have been updated to reflect that products is no longer a supported grouping.