Line item added (v0.0.1)

Indicates an item has been added to an order

Event

Overview

Indicates that some quantity of a line item has been added to an order.

Architecture Diagram

Example payload

Example Payload
{
"orderId": "123e4567-e89b-12d3-a456-426614174000",
"sku": "ABC1234",
"quantity": 4,
"itemId": "123e4567-e89b-12d3-a456-426614174000",
"itemType": "stock",
"timestamp": "2024-07-04T14:48:00Z"
}

Schema (JSON)