Aller au contenu

DPP Batterie

DPP Batterie

Le contrat de la phase 4a est battery-first. Cela signifie que les champs obligatoires sont volontairement restreints afin qu’un DPP puisse être rapidement généré, validé et enrichi ultérieurement.

Champs obligatoires

  • 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

Champs optionnels importants

  • 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

Payload JSON recommandé

{
"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": "Rückgabe bei jedem Elektrofachhandel"
}
}

Règles de validation

  • La GTIN doit comporter 14 chiffres.
  • Le pays d’origine doit être un code ISO-3166.
  • Les valeurs en pourcentage doivent être comprises entre 0 et 100.
  • Les URL doivent utiliser HTTPS.

Conseil pour le tableau de bord

Lorsque vous créez le DPP dans le tableau de bord, vérifiez d’abord la validation. Vous verrez ainsi immédiatement l’URI GS1 générée et l’aperçu JSON-LD.