Expenditures and Sales Revenue insights
Affected endpoints:GET /entities/{entityId}/insights/expenditures, GET /entities/{entityId}/insights/sales-revenue
- The
productsvalue has been removed from the allowed values of theoptions[type]query parameter on both endpoints. Requests that previously sentoptions[type]=productswere already returning the same response asoptions[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-boughtandGET /entities/{entityId}/insights/products-and-services-sold). - The
dimensionandlabelfield descriptions in the response schemas have been updated to reflect thatproductsis no longer a supported grouping.