Skip to main content

schema:OrderItem

schema.org's OrderItem: one line of an order, carrying what was supplied and how much of it. The money for the line is not here. It is on the schema:Offer that names the same product.

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:OrderItem
Example: schema:OrderItem
orderedItemuri

The product or service this line is for.

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

The line's description exactly as written in the table.

descriptionstring

Any further detail printed beneath or beside the line's description, such as a service period or a reference.

orderItemNumberstring

The identifier of the line, where the table numbers its rows.

Example: 1
orderQuantitynumber

How many units the line is for, as digits only. Where no quantity is printed the quantity is one. EN 16931 BT-129.

Example: 12
orderItemStatusstring

The current status of this line.

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

schema:OrderItem
{
"id": "https://graph.onteric.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000",
"type": "schema:OrderItem",
"orderedItem": "https://graph.onteric.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000",
"name": "string",
"description": "string",
"orderItemNumber": "1",
"orderQuantity": 12,
"orderItemStatus": "OrderCancelled"
}