Skip to main content

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.

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:Offer
Example: schema:Offer
itemOffereduri

The product or service being offered on this line.

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

The unit price this line's amount was worked out from.

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

The line's description exactly as written, so the offer can be told apart from the other lines.

descriptionstring

Any further detail the line prints about what is being charged for.

pricestring
Financial

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

Example: 1140.00
priceCurrencystring

The currency of the line's amount, as a three-letter ISO 4217 code.

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

Example: GBP
skustring

The supplier's own code for what this line offers, where the line prints one.

serialNumberstring

The serial number of the particular item this line covers, where one is printed.

itemConditionstring

The condition of what is offered, where the line states it.

Possible values: [DamagedCondition, NewCondition, RefurbishedCondition, UsedCondition]

schema:Offer
{
"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"
}