schema:Order
schema.org's Order: the confirmation of a transaction. It holds what the document says about the order as a whole, its number, its date and any discount, and names the lines.
URI format identifier used to refer to this node within the graph.
https://graph.onteric.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000A type identifier used to indicate the data model that the node conforms to.
schema:Orderschema:OrderThe invoice this order is being paid as part of.
https://graph.onteric.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000The identifier of the transaction: the order, purchase order or job number, where one is printed distinct from the document's own reference.
PO-88213The date the order was placed, where it is stated separately from the document's own date.
2026-01-09The current status of the order.
Possible values: [OrderCancelled, OrderDelivered, OrderInTransit, OrderPaymentDue, OrderPickupAvailable, OrderProblem, OrderProcessing, OrderReturned]
OrderPaymentDueA number confirming the order has been received.
Any discount applied to the order, as digits only with no currency symbol and no thousands separator, not a percentage.
Possible values: Value must match regular expression ^[0-9]{1,}(\.[0-9]{2})?$
25.00The code used to redeem a discount, as printed.
The currency of the discount, as a three-letter ISO 4217 code.
Possible values: Value must match regular expression ^[A-Z]{3}$
GBPEvery line of the order.
["https://graph.onteric.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000"]The offer behind each line: the product, quantity and price combination the customer accepted.
["https://graph.onteric.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000"]{
"id": "https://graph.onteric.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000",
"type": "schema:Order",
"partOfInvoice": "https://graph.onteric.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000",
"orderNumber": "PO-88213",
"orderDate": "2026-01-09",
"orderStatus": "OrderPaymentDue",
"confirmationNumber": "string",
"discount": "25.00",
"discountCode": "string",
"discountCurrency": "GBP",
"orderedItem": [
"https://graph.onteric.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000"
],
"acceptedOffer": [
"https://graph.onteric.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000"
]
}