Product: Any offered product or service. For example, a pair of shoes;...

Description Usage Arguments Value See Also

View source: R/types.R

Description

Any offered product or service. For example, a pair of shoes; a haircut; or an episode of a TV show streamed online.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
Product(
  alternateNames,
  brands,
  description,
  id,
  identifiers,
  images,
  logo,
  meta,
  name,
  productID,
  url
)

Arguments

alternateNames

Alternate names (aliases) for the item.

brands

Brands that the product is labelled with.

description

A description of the item.

id

The identifier for this item.

identifiers

Any kind of identifier for any kind of Thing.

images

Images of the item.

logo

The logo of the product.

meta

Metadata associated with this item.

name

The name of the item.

productID

Product identification code.

url

The URL of the item.

Value

A list of class Product

See Also

Thing


stencilaschema documentation built on Feb. 22, 2021, 5:05 p.m.