Estimate
Contains data related to the emission estimation of one or more goods and services.
The Estimate object
// Example:
{
id: "est_12345678",
kgCO2e: 123.45,
price: 230.91,
default_asset: "asset_123456...",
breakdown: {
"co2": 0.12,
"ch4": 0.48,
"sf6": 0.40
},
products: {
"prod_123...": {
id: "prod_123...",
...
},
"prod_456...": {
id: "prod_456...",
...
}
},
shipping_details: {
distance: {
unit: "mile",
value: 12.12
},
route: "land",
weight: {
unit: "kg",
value: 100
},
},
customerRef: "jane@company.com",
createdAt: "2011-10-05T14:48:00.000Z",
}Last updated