v1
latestOpenAPI 3.0.22026-07-223907721.1 MBAttributes
Get Global Attributes
Get global attributes
get/v1/channel/attribute/global
Response
Attribute list retrieved
Example response
{
"attributeListVersion": "2019060115430",
"attributeList": [
{
"attributeId": "12323",
"displayName": "Brand",
"type": "text",
"values": [
{
"value": "Beer"
},
{
"value": "Tee",
"display": "Wine"
}
],
"attributeValueValidation": "/^[0-9]{13}$/",
"conditionalMandatoryBy": [
{
"attributeId": "12323",
"attributeValues": [
"High"
]
}
],
"conditionalOptionalBy": [
{
"attributeId": "12323",
"attributeValues": [
"No Frame"
]
}
],
"required": true,
"section": "Colors and Appearance",
"isRepeatableSubSection": true,
"subSection": "Length",
"isVariationDimension": true,
"enumValues": [
"Blue"
]
}
]
}