smartTariffComparison
Compare consumption costs for different smart tariffs.
Deprecation
The 'smartTariffComparison' field is deprecated.The smart tariff comparison feature is no longer supported.
- Marked as deprecated on 2026-04-22.
- Scheduled for removal on or after 2026-05-15.
Arguments
MPAN of the import meter point linked to the meter.
Possible Errors
Allowed Viewers
Required Permissions
Can access customer queriesCan query property
Query Complexity
1Examples
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
query SmartTariffComparison($mpan: String) {
smartTariffComparison(mpan: $mpan) {
consumptionReadingsEndAt
consumptionReadingsStartAt
costComparisons {
...TariffComparisonTypeFragment
}
currentCost
currentCostWithTax
}
}
Variables
{
"mpan": "parent-so-guess-hospital-mind"
}
Response
{
"data": {
"smartTariffComparison": {
"consumptionReadingsEndAt": "1971-05-04T08:35:02.279329+00:00",
"consumptionReadingsStartAt": "2002-12-01T08:59:16.472556+00:00",
"costComparisons": [TariffComparisonType],
"currentCost": 37.73,
"currentCostWithTax": 542.1
}
}
}