Order Amended (v0.0.1)

Indicates that information has been added to an order.

Event

Overview

Orders can never be edited directly. Some information about an order (including line items) can be adjusted through amendments. Note that if a given amendment included the addition or removal of line items, that will be represented in addition to this event, via LineItemAdded and LineItemRemoved events.

Example Payload

Example Payload
{
"orderId": "123e4567-e89b-12d3-a456-426614174000",
"description": "shiny new description",
"notes": "made a woopsy",
"customerRef": "123e4567-e89b-12d3-a456-426614174000",
"consignmentRef": "123e4567-e89b-12d3-a456-426614174000",
"showRef": "123e4567-e89b-12d3-a456-426614174000",
"timestamp": "2024-07-04T14:48:00Z"
}

Architecture Diagram

Schema (JSON)