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
{ "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>The unique identifier of the order.
itemId
string<uuid>The unique identifier of the line item fulfilled.
notes
stringNotes regarding the fulfillment of this item
timestamp
string<date-time>The date and time when the order was amended, in ISO 8601 format.