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.
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:OrderItemschema:OrderItemThe product or service this line is for.
https://graph.onteric.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000The line's description exactly as written in the table.
Any further detail printed beneath or beside the line's description, such as a service period or a reference.
The identifier of the line, where the table numbers its rows.
1How many units the line is for, as digits only. Where no quantity is printed the quantity is one. EN 16931 BT-129.
12The current status of this line.
Possible values: [OrderCancelled, OrderDelivered, OrderInTransit, OrderPaymentDue, OrderPickupAvailable, OrderProblem, OrderProcessing, OrderReturned]
{
"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"
}