Logo
NeoArc Studio

Order

Type: object

Represents a customer order with status tracking and shipping information.

Tags: ecommerce, domain, transaction

Extends

Fields

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