schema.beckn.ioSearch schemas…

EnergyOrderItem

Canonical term page (persistent IRI). Versioned resource URLs are listed below for easy copy/paste.

Canonical IRI

https://schema.beckn.io/EnergyOrderItem

Developer URLs

EnergyOrderItem

Order item wrapper for P2P energy trading — links provider attributes and optional fulfillment tracking data.

**Canonical IRI:** https://schema.beckn.io/EnergyOrderItem/v2.0

**Namespace prefix:** deg:https://schema.beckn.io/deg/EnergyOrderItem/v2.0/

**Tags:** energy-trade · p2p-trading · order-item

---

Versions

VersionStatusNotes
v2.0CurrentInitial JSON Schema release, split from combined EnergyTrade schema
v0.3DeprecatedOriginal definition as a component in EnergyTrade/v0.3/attributes.yaml

---

Properties

PropertyTypeRequiredDescription
providerAttributesobject (@type: EnergyCustomer)Provider/customer information including meter ID
fulfillmentAttributesobject (@type: EnergyTradeDelivery)Delivery status and meter readings (populated in on_status/on_update only)

---

Linked Data

TermIRI
EnergyOrderItemdeg:EnergyOrderItem
providerAttributesdeg:providerAttributes
fulfillmentAttributesdeg:fulfillmentAttributes

---

Usage

EnergyOrderItem is attached to beckn:orderItemAttributes in P2P energy trading flows. providerAttributes embeds an `EnergyCustomer` object. fulfillmentAttributes embeds an `EnergyTradeDelivery` object — only populated in on_status and on_update responses, not in init/confirm flows.