Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

Commodity Config Response

Inspect the tariff comparison configuration payload, including attributes, catalogs, consumption parameters, and error details.
JSON example
1{
2  "success": true,
3  "attributes": [],
4  "commodityCatalogList": [],
5  "consumptionParamList": [],
6  "errors": []
7}
Properties
Property Name Type Description Required or Optional Available Version
attributes Tariff Attribute Details[] Tariff attributes used for comparison and configuration. Optional 67.0
commodityCatalogList Commodity Catalog Details[] Catalog and category structure used by tariff comparison. Optional 67.0
consumptionParamList Consumption Parameter Details[] Consumption parameters supported for comparison. Optional 67.0
errors Object[] List of errors returned for invalid or incomplete requests. Optional 67.0
success Boolean Indicates whether configuration retrieval succeeded. Optional 67.0