Note: This model is in beta.
An instance of a custom attribute. Custom attributes can be defined and added to ITEM
and ITEM_VARIATION
type catalog objects. Read more about custom attributes.
Name | Type | Description | Notes |
---|---|---|---|
name | String | The name of the custom attribute. | [optional] |
string_value | String | The string value of the custom attribute. Populated if `type` = `STRING`. | [optional] |
custom_attribute_definition_id | String | Read-only. The custom attribute definition this value belongs to. | [optional] |
type | String | Read-only. A copy of type from the associated custom attribute definition. See CatalogCustomAttributeDefinitionType for possible values | [optional] |
number_value | String | Populated if `type` = `NUMBER`. Contains a string representation of a decimal number, using a `.` as the decimal separator. | [optional] |
boolean_value | Boolean | A `true` or `false` value. Populated if `type` = `BOOLEAN`. | [optional] |
selection_uid_values | [String] | One or more choices from `allowed_selections`. Populated if `type` = `SELECTION`. | [optional] |
key | String | Read-only. A copy of key from the associated custom attribute definition. | [optional] |