Skip to main content
GET
/
commerce
/
catalog
/
admin
/
attributedefinition
/
attributes
/
{attributeFQN}
/
VocabularyValues
/
{value}
Error
A valid request URL is required to generate request examples
{
  "valueSequence": 123,
  "value": "<unknown>",
  "mappedGenericValues": [
    "<unknown>"
  ],
  "productName": "<string>",
  "content": {
    "localeCode": "<string>",
    "stringValue": "<string>"
  },
  "localizedContent": [
    {
      "localeCode": "<string>",
      "stringValue": "<string>"
    }
  ],
  "displayOrder": 123
}

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme.

Path Parameters

attributeFQN
string
required
value
string
required

Query Parameters

responseFields
string

limits which fields are returned in the response body

Response

Success

Value of an attribute

valueSequence
integer<int32> | null

Read only System generated monotonically increasing unique sequence.

value
any | null

The actual value of the attribute vocabulary. This value must be unique within the vocabulary for a single attribute and match the datatype of the attribute. String data type requires a canonical value here or one will be system generated if null. The actual string content displayed to users should be stored as Content. String values require content to be present. Once this value is set it cannot be changed.

mappedGenericValues
any[] | null

The actual values of the related generic attribute. This value must match the datatype of the attribute and already exist within the Vocabulary values of the related ValueMappingAttribute. Only supporting string at this time.

productName
string | null

The ProductName when the Attribute DataType is ProductCode.

content
object

Attribute Value Localized Resource

localizedContent
object[] | null

The Content of an attribute value. This content is in multiple locals supported by the master catalog and is only valid for String DataType.

displayOrder
integer<int32> | null

The order in which the attribute value displays. If you omit a value for this property, Mozu infers the display order from the attribute value's position the list.