<- Object

Object

All versions ->

CatalogCustomAttributeValueBeta

An instance of a custom attribute.

Link to section

Properties

Link to section

name

string

The name of the custom attribute.

Link to section

string_value

string

The string value of the custom attribute. Populated if type = STRING.

Link to section

custom_attribute_definition_id

string

Link to section

type

string

Read only Read-only. A copy of type from the associated CatalogCustomAttributeDefinition.

Link to section

number_value

string

Populated if type = NUMBER. Contains a string representation of a decimal number, using a . as the decimal separator.

Link to section

boolean_value

boolean

A true or false value. Populated if type = BOOLEAN.

Link to section

selection_uid_values

string [ ]

One or more choices from allowed_selections. Populated if type = SELECTION.

Link to section

key

string

Read only Read-only. A copy of key from the associated CatalogCustomAttributeDefinition.