Order
Pronunciation: OR-der
Also known as: Purchase Order, Sales Order
Definition
Order is a structured commercial record representing a customer’s request or commitment to obtain specified goods, services, or access. In order and fulfillment operations, it commonly covers customer, line items, quantities, prices, taxes, discounts, currency, fulfillment, payment relationship, and status history. An order is not the same as a payment; it can exist before payment, include multiple payments, or remain valid after a payment attempt fails. Operationally, teams should create orders from authoritative server-side data, assign durable IDs, preserve revisions, model states explicitly, and reconcile payment and fulfillment independently.
Overview
Order is a structured commercial record representing a customer’s request or commitment to obtain specified goods, services, or access. For operational use in order management and fulfillment, teams should identify the object being described, the system of record, the event that creates it, and the outcome it is allowed to influence.
An order is not the same as a payment; it can exist before payment, include multiple payments, or remain valid after a payment attempt fails. Related operational concepts include Order Lifecycle, Order ID, and Invoice, each of which should retain a separate definition and system owner.
It normally interacts with Order Lifecycle and Order ID, although the exact system boundaries vary by merchant and platform. Operationally, teams should create orders from authoritative server-side data, assign durable IDs, preserve revisions, model states explicitly, and reconcile payment and fulfillment independently. A reliable order system preserves the customer commitment as a durable record and coordinates payment and fulfillment without collapsing their independent states.
In order and fulfillment operations, it commonly covers customer, line items, quantities, prices, taxes, discounts, currency, fulfillment, payment relationship, and status history. The concept commonly includes customer, line items, quantities, prices, taxes, discounts, currency, fulfillment, payment relationship, and status history.
Controls for Order should define permitted state transitions, authoritative services, idempotency rules, reconciliation cutoffs, manual-override permissions, and recovery after partial completion. Customer support, fulfillment, payment operations, and finance should see linked records without using one status as a substitute for another. The audit scope should also preserve its distinguishing context: is a structured commercial record representing a customer s request.
In practice, a merchant reviewing Order should be able to trace the displayed value or status back to the applicable customer or account, commercial terms, source events, payment or order references, responsible system, and any later correction. That evidence determines whether the next action is customer communication, fulfillment, collection, refund, configuration change, or financial adjustment.
Key Takeaway
Order is a structured commercial record representing a customer’s request or commitment to obtain specified goods, services, or access. It must remain linked to the correct customer, totals, payment, fulfillment, and correction history.
Sources
- DraftOrder - GraphQL Admin — Shopify (2026-08-02)
- Orders — OpenCart (2026-08-02)