Skip to main content

Fields

The customer who placed the order.

identifier : NonEmptyString

Unique identifier for the order.

The order lines in this order.

orderedAt : DateTime

The date and time when the order was placed.

The sales record associated with this order, if any.

source : String

The source offering that generated this order.

terms : [TermInterface]

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 }