schema:Product
schema.org's Product: the thing a line was for, whether goods or a service. It carries what identifies the item, its name, its codes and what it is made of, and never the money, which belongs to the schema:Offer that offered it.
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:Productschema:ProductThe name of the product or service, as printed on the line.
A fuller description of the item, where the line prints one beyond its name.
The Stock Keeping Unit: the supplier's own code for the item.
BX-4410The Manufacturer Part Number of the product.
A Global Trade Item Number, such as an EAN or UPC barcode number.
Another product identifier the line prints, such as an ISBN.
The model of the product, as printed.
The category the line is grouped under, where the table groups its rows under headings.
What the item is made from, where the line states it.
The colour of the item, where the line states it.
A standardised size for the item, as printed.
The condition of the item, where the line states it.
Possible values: [DamagedCondition, NewCondition, RefurbishedCondition, UsedCondition]
{
"id": "https://graph.onteric.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000",
"type": "schema:Product",
"name": "string",
"description": "string",
"sku": "BX-4410",
"mpn": "string",
"gtin": "string",
"productID": "string",
"model": "string",
"category": "string",
"material": "string",
"color": "string",
"size": "string",
"itemCondition": "DamagedCondition"
}