Cancel Line Item (v0.0.1)

Command requesting a line item of an order be canceled

Command

Overview

Line items cannot be “deleted” from an order. They need to be canceled and usually with some notes describing the reason for cancellation.

Architecture Diagram

accepts
Cancel Line Item
v0.0.1Command
Orders
v0.0.1Service
Key
  • Event
  • Service
  • Command

Schema (JSON)

orderId
string<uuid>
required

The unique identifier of the order.

itemId
string<uuid>
required

The unique identifier of the item to cancel.

notes
string

Optional notes concering this cancellation.