Line Item Fulfilled (v0.0.1)

Indicates that the requirements for an order item have been satisfied

Event

Overview

Occurs when the line item’s requirements have been fulfilled. Note there is no partial fulfillment - if this event occurred, then all quantity of the item has been fulfilled.

Architecture Diagram

Example payload

Example Payload
{
"orderId": "123e4567-e89b-12d3-a456-426614174000",
"itemId": "123e4567-e89b-12d3-a456-426614174000",
"notes": "completed commission",
"timestamp": "2024-07-04T14:48:00Z"
}

Schema (JSON)