LegacyOrderType
Represents an order in the system.
Fields
The customer who placed the order.
Unique identifier for the order.
The order lines in this order.
The date and time when the order was placed.
The sales record associated with this order, if any.
The source offering that generated this order.
The terms applicable to this order.
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
Example
{
"customer": AccountType,
"identifier": "29774080",
"lines": [LegacyOrderLineType],
"orderedAt": "2016-11-17T08:23:27.415042+00:00",
"sale": ExternalSalesInfoType,
"source": "game-past-site-her-number",
"terms": TermInterface
}