Documentation Index
Fetch the complete documentation index at: https://code.dcycle.io/llms.txt
Use this file to discover all available pages before exploring further.
Understanding Scope 3 Category 11
Use of sold products covers emissions from customers using the products your organization sells. According to the GHG Protocol Scope 3 Standard, Category 11 includes emissions from:- Direct use-phase emissions: Emissions from the use of products that directly consume energy or fuels
- Indirect use-phase emissions: Emissions from the use of products that indirectly consume energy (e.g., clothing that requires washing)
When Does Category 11 Apply?Category 11 is most relevant for organizations that sell energy-consuming products — anything that uses electricity, burns fuel, or consumes water during its use phase. If your products don’t consume energy during use (e.g., passive building materials, textiles), Category 11 emissions are typically zero or negligible.For many manufacturers, Category 11 is the largest Scope 3 category — often exceeding 50% of total emissions for products with long lifespans or high energy consumption.
Prerequisites
Before starting, ensure you have:- Dcycle API credentials (get them here)
- Completed Step 1: Company Structure
- Product data: what you sell, where, and how many units per period
- Use-phase data: energy consumption of your products during their lifetime (from product specs, testing, or LCA studies)
Data Map: Use of Sold Products Requirements Overview
How It Works
Dcycle calculates Category 11 emissions using a product-centric approach with four layers of data:Define Reporting Periods
Add date ranges for when sales data applies (e.g., 2024-01-01 to 2024-12-31)
Configure Use-Phase Consumption
Define what the product consumes during its lifetime: electricity, fuel, and/or water
Country-Specific Emission FactorsDcycle applies country-specific emission factors for electricity consumption. A product sold in France (low-carbon grid) will have lower use-phase emissions than the same product sold in Poland (coal-heavy grid). This is why country-level sales data matters.
Calculation Methodology
Step 11.1: Create a Sold Product
📋 Data Map: Sold Product
📋 Data Map: Sold Product
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
name | string | ✅ | Product name or family | "Industrial Compressor X200" |
- Product catalog: Your product management system or ERP
- Naming: Use consistent names across periods (one product record per product family)
Product names must be unique within your organization. Use product families rather than individual SKUs when products have similar use-phase consumption profiles.
Step 11.2: Define Reporting Periods
📋 Data Map: Reporting Period
📋 Data Map: Reporting Period
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
start_date | date | ✅ | Period start | "2024-01-01" |
end_date | date | ✅ | Period end | "2024-12-31" |
- Periods for the same product cannot overlap
- Each product must have at least one period (you cannot delete the last period)
- Reporting cycle: Typically annual, aligned with your GHG Protocol reporting year
Step 11.3: Add Country Sales Data
📋 Data Map: Country Sales
📋 Data Map: Country Sales
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
country | string | ✅ | Country where sold (ISO code) | "ES", "DE", "FR" |
quantity | number | ✅ | Units sold in this country | 250 |
unit_id | UUID | ✅ | Unit of measurement | Unit UUID (u, kg, m³, tons) |
- One entry per country per period (unique combination)
- All sales within the same period must use the same unit
- Sales system / ERP: Units sold by country by period
- Distribution records: Shipping destinations, invoicing addresses
- Market reports: Regional sales breakdowns
Step 11.4: Configure Use-Phase Consumption
📋 Data Map: Use-Phase Consumption Data
📋 Data Map: Use-Phase Consumption Data
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
period_id | UUID | ✅ | Reporting period | Period UUID |
lifespan | number | ✅ | Product lifespan | 10 |
lifespan_unit_id | UUID | ✅ | Temporal unit | Year UUID |
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
consumes_electricity | boolean | ✅ | Does it consume electricity? | true |
electricity_quantity | number | ✅* | Amount per frequency | 500 |
electricity_unit_id | UUID | ✅* | Unit (typically kWh) | kWh UUID |
electricity_frequency | enum | ✅* | How often | "yearly" |
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
consumes_combustion | boolean | ✅ | Does it burn fuel? | true |
combustion_fuel_id | UUID | ✅* | Fuel type | Natural gas UUID |
combustion_quantity | number | ✅* | Amount per frequency | 1200 |
combustion_unit_id | UUID | ✅* | Unit (liters, m³, kWh) | m³ UUID |
combustion_frequency | enum | ✅* | How often | "yearly" |
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
consumes_water | boolean | ✅ | Does it consume water? | false |
water_quantity | number | ✅* | Amount per frequency | 50 |
water_unit_id | UUID | ✅* | Unit (typically m³) | m³ UUID |
water_frequency | enum | ✅* | How often | "yearly" |
consumes_* flag is true.Frequency options: daily, weekly, monthly, yearly, all_lifeStep 11.5: View Emissions Results
Once you’ve configured the use-phase data, Dcycle triggers an asynchronous calculation. You can check the status and results:Emission Statuses
| Status | Meaning | Action |
|---|---|---|
missing_data | Use-phase consumption not yet configured | Add use-of-product data (Step 11.4) |
calculation_running | Emissions are being calculated | Wait and re-check in a few seconds |
calculation_completed | Results ready | View emissions and details |
calculation_completed_with_errors | Partial results | Check for missing emission factors for some countries |
🏢 Typical Data Sources
🏢 Typical Data Sources
| Data | Where it typically lives | Notes |
|---|---|---|
| Product catalog | PLM (product lifecycle management), ERP | Product names and families |
| Units sold by country | ERP, CRM, sales reporting | Quantity per market per period |
| Product lifespan | Product specifications, warranty terms, LCA studies | Expected useful life |
| Electricity consumption | Product testing reports, energy labels (EU), spec sheets | kWh per year or per use cycle |
| Fuel consumption | Product testing, performance certificates | Liters/m³ per year |
| Water consumption | Product testing, water labels | m³ per year or per cycle |
- CSV upload → Upload country sales data via the Dcycle App
- API → Push from ERP/CRM for sales data; configure use-phase manually or via API
- Product specs → Use-phase data typically comes from R&D or product engineering
Examples by Industry
Industrial Equipment Manufacturer
Industrial Equipment Manufacturer
Product: Industrial Compressor X200
Total use-phase emissions = (250 + 180) × 8,000 kWh/year × 15 years × country EFs
| Parameter | Value |
|---|---|
| Lifespan | 15 years |
| Electricity | 8,000 kWh/year |
| Fuel | None |
| Water | None |
| Units sold (Spain) | 250 |
| Units sold (Germany) | 180 |
Gas Boiler Manufacturer
Gas Boiler Manufacturer
Product: Residential Gas Boiler Pro
Total use-phase emissions = 5,000 × (150 kWh elec + 12,000 kWh gas)/year × 12 years × EFs
| Parameter | Value |
|---|---|
| Lifespan | 12 years |
| Electricity | 150 kWh/year (controls/pump) |
| Fuel | 12,000 kWh/year natural gas |
| Water | None |
| Units sold (France) | 5,000 |
Household Appliance Manufacturer
Household Appliance Manufacturer
Product: Washing Machine EcoWash 9kg
Total use-phase emissions = (15,000 + 3,000) × (200 kWh + 10 m³)/year × 10 years × country EFs
| Parameter | Value |
|---|---|
| Lifespan | 10 years |
| Electricity | 200 kWh/year |
| Fuel | None |
| Water | 10 m³/year |
| Units sold (Spain) | 15,000 |
| Units sold (Portugal) | 3,000 |
Updating Use-Phase Data
If product specifications change or you have more accurate data:Automatic RecalculationUpdating use-of-product data automatically triggers a recalculation of all emissions for the affected period. You don’t need to manually re-trigger calculations.
Connection with LCA
If you have detailed Life Cycle Assessment (LCA) data for your products, you can use Dcycle’s LCA module to build a complete cradle-to-grave model. The LCA module uses the ecoinvent database and provides more granular impact categories beyond just climate change. Category 11 and LCA complement each other:- Category 11 (this guide): Estimates use-phase emissions from sales volumes and product specs — ideal for GHG Protocol reporting
- LCA module: Detailed product-level environmental impact across the full lifecycle — ideal for EPDs, product design, and ecodesign
LCA Overview
Build complete life cycle assessments
Resource Manager
Manage materials and processes for LCA
Next Steps
Sold Products API
Full API reference for sold products endpoints
Category 1: Purchased Goods
Track upstream emissions from purchases
Custom Emission Factors
Use supplier EPDs and PCFs for upstream data
GHG Protocol Scope 3
Return to the Scope 3 overview

