Skip to content

Battery DPP

Battery DPP

The Phase 4a contract is battery-first. The required payload is intentionally small so a DPP can be created, validated, and extended later.

Required fields

  • gtin
  • product_name
  • manufacturer
  • origin_country
  • battery_data.capacity_kwh
  • battery_data.carbon_footprint_kg
  • battery_data.recycled_content_pct
  • battery_data.recyclability_pct
  • battery_data.manufacturer_warranty_years

Useful optional fields

  • serial
  • lot
  • landing_locale
  • status
  • branding_config.logo_url
  • branding_config.primary_color
  • battery_data.carbon_footprint_class
  • battery_data.expected_lifetime_years
  • battery_data.expected_lifetime_cycles
  • battery_data.repair_score
  • battery_data.certifications
  • battery_data.collection_info
  • battery_data.state_of_health_url
{
"category": "battery",
"gtin": "04012345678901",
"serial": "ABC123",
"lot": "LOT-2026-001",
"product_name": "EcoMax Battery 5000",
"manufacturer": "GreenPower GmbH",
"origin_country": "DE",
"landing_locale": "de",
"status": "live",
"battery_data": {
"capacity_kwh": 5.2,
"carbon_footprint_kg": 42.5,
"recycled_content_pct": 35,
"recyclability_pct": 95,
"manufacturer_warranty_years": 8,
"certifications": ["CE", "UN38.3"],
"collection_info": "Return at any electronics retailer"
}
}

Validation rules

  • GTIN must contain 14 digits.
  • Origin country is expected as an ISO-3166 code.
  • Percent values stay between 0 and 100.
  • URLs must use HTTPS.

Dashboard tip

When you create a DPP in the dashboard, validate first. That gives you the generated GS1 URI and a JSON-LD preview immediately.