Getting Started
...
UpStart Commerce Portal
Data Models & Sample Data
Order Data Model
2min
in upstart commerce, managing orders is a crucial aspect that ensures the seamless processing and fulfillment of customer transactions here we will explain the comprehensive data model and functionalities associated with orders in the upstart commerce defining orders an order in upstart commerce represents a transaction completed by a consumer for purchasing goods or services each order encapsulates vital information such as shipping details, billing information, applied promotions, pricing adjustments, and more data model field description id unique identifier for each order orderdate date and time when the order was created state represents the current state of the order, e g , new, processing, completed, canceled, etc customerid unique identifier of the customer associated with the order billingaddress standardized format for global billing addresses shippingaddress standardized format for global shipping addresses items an array containing details of products or services included in the order pricing detailed pricing information for the order internalinvoiceid internal identification for invoicing purposes email email associated with the order for details on creating and updating orders, go to the orders management guide