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

publishes event
Orders
v0.0.1Service
Line Item Fulfilled
v0.0.1Event
Key
  • Event
  • Service
  • Command

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)

orderId
string<uuid>
required

The unique identifier of the order.

itemId
string<uuid>
required

The unique identifier of the line item fulfilled.

notes
string

Notes regarding the fulfillment of this item

timestamp
string<date-time>
required

The date and time when the order was amended, in ISO 8601 format.