Create Order (v0.0.1)
Command requesting an order be created
Command
Overview
Requests the creation of a new order. Note that this order is a barebones skeleton to which other information can be attached later in the workflow. Users create an order, indicate if it’s going to be a consignment order, and then proceed with one or more amendments.
Architecture diagram
Schema (JSON schema)
orderId
string<uuid>The unique identifier of the order.
description
stringDescription of the order.
isConsignment
booleanIndicates whether or not this order is a consignment order.