Skip to main content

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.

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:Product
Example: schema:Product
namestring

The name of the product or service, as printed on the line.

descriptionstring

A fuller description of the item, where the line prints one beyond its name.

skustring

The Stock Keeping Unit: the supplier's own code for the item.

Example: BX-4410
mpnstring

The Manufacturer Part Number of the product.

gtinstring

A Global Trade Item Number, such as an EAN or UPC barcode number.

productIDstring

Another product identifier the line prints, such as an ISBN.

modelstring

The model of the product, as printed.

categorystring

The category the line is grouped under, where the table groups its rows under headings.

materialstring

What the item is made from, where the line states it.

colorstring

The colour of the item, where the line states it.

sizestring

A standardised size for the item, as printed.

itemConditionstring

The condition of the item, where the line states it.

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

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