Skip to main content

The type that defines the fields for the name/value pairs for item aspects.

Types that use TypedNameValue

CoreItemItem

Calls that use TypedNameValue

Fields

Field
Type
Description
name
The text representing the name of the aspect for the name/value pair, such as Color.
type
This indicates if the value being returned is a string or an array of values.

Valid Values:
  • STRING - Indicates the value returned is a string.
  • STRING_ARRAY - Indicates the value returned is an array of strings.
Code so that your app gracefully handles any future changes to this list.
value
The value of the aspect for the name/value pair, such as Red.