Skip to main content

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.

idurirequired

URI format identifier used to refer to this node within the graph.

Example: https://graph.onteric.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000
typestringrequired

A type identifier used to indicate the data model that the node conforms to.

Constant value: schema:Order
Example: schema:Order
partOfInvoiceuri

The invoice this order is being paid as part of.

Example: https://graph.onteric.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000
orderNumberstring
Linkable

The identifier of the transaction: the order, purchase order or job number, where one is printed distinct from the document's own reference.

Example: PO-88213
orderDatedate

The date the order was placed, where it is stated separately from the document's own date.

Example: 2026-01-09
orderStatusstring

The current status of the order.

Possible values: [OrderCancelled, OrderDelivered, OrderInTransit, OrderPaymentDue, OrderPickupAvailable, OrderProblem, OrderProcessing, OrderReturned]

Example: OrderPaymentDue
confirmationNumberstring
Linkable

A number confirming the order has been received.

discountstring

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})?$

Example: 25.00
discountCodestring

The code used to redeem a discount, as printed.

discountCurrencystring

The currency of the discount, as a three-letter ISO 4217 code.

Possible values: Value must match regular expression ^[A-Z]{3}$

Example: GBP
orderedItemuri[]

Every line of the order.

Example: ["https://graph.onteric.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000"]
acceptedOfferuri[]

The offer behind each line: the product, quantity and price combination the customer accepted.

Example: ["https://graph.onteric.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000"]
schema:Order
{
"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"
]
}