schema:Offer
schema.org's Offer: the price side of a line. Its price is what the line comes to, and its price specification carries the unit price the line was worked out from. One offer per line, naming the same product as the line's schema:OrderItem.
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:Offerschema:OfferThe product or service being offered on this line.
https://graph.onteric.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000The unit price this line's amount was worked out from.
https://graph.onteric.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000The line's description exactly as written, so the offer can be told apart from the other lines.
Any further detail the line prints about what is being charged for.
What this line comes to before tax, as digits only with no currency symbol and no thousands separator. EN 16931 BT-131, printed as 'Amount', 'Line total' or 'Extended value'.
Possible values: Value must match regular expression ^[0-9]{1,}(\.[0-9]{2})?$
1140.00The currency of the line's amount, as a three-letter ISO 4217 code.
Possible values: Value must match regular expression ^[A-Z]{3}$
GBPThe supplier's own code for what this line offers, where the line prints one.
The serial number of the particular item this line covers, where one is printed.
The condition of what is offered, where the line states it.
Possible values: [DamagedCondition, NewCondition, RefurbishedCondition, UsedCondition]
{
"id": "https://graph.onteric.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000",
"type": "schema:Offer",
"itemOffered": "https://graph.onteric.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000",
"priceSpecification": "https://graph.onteric.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000",
"name": "string",
"description": "string",
"price": "1140.00",
"priceCurrency": "GBP",
"sku": "string",
"serialNumber": "string",
"itemCondition": "DamagedCondition"
}