Logo
NeoArc Studio

Order

Type: object

Version: 1.0

Represents a customer order with status tracking and shipping information.

Tags: ecommerce, domain, transaction

Extends

Entity

Fields

Name Type Description Source
Id string (uuid) - from Entity
Created string (date-time) - from Entity
Modified string (date-time) - from Entity
CustomerId string (uuid) Reference to the customer who placed the order -
OrderNumber string Human-readable order reference number -
Status enum Current order status -
TotalAmount number (decimal) Total order value -
ShippingAddressId string (uuid) Reference to shipping address (optional for digital goods) -