Query sold product data — product definitions, reporting periods, and per-country Scope 3 Category 11 (“Use of Sold Products”) emissions. These tools complement get_use_of_product_emissions which returns pre-aggregated emission totals.
For aggregated Scope 3 “Use of Sold Products” totals, use get_use_of_product_emissions. The tools below expose the underlying data collection — individual products, their reporting periods, and detailed per-country emissions.
Get all reporting periods for a sold product. Each period represents a date range during which the product was sold in specific countries and quantities.Parameters:
"What are the emissions for this product in H1 2025?""Show per-country emissions breakdown for period X""Which country has the highest emissions for this product?"
A typical workflow for analyzing sold product emissions:
list_sold_products — find the product of interest
get_sold_product_periods — see reporting periods for that product
get_sold_product_period_emissions — get detailed per-country emissions for a period
get_use_of_product_emissions — compare with aggregated Scope 3 Cat 11 totals
get_sold_product_period_emissions shows emissions for one product and one period. For organization-wide Scope 3 Cat 11 totals across all products, use get_use_of_product_emissions or get_greenhouse_gas_emissions with a use_of_product_* category.