v1
latestOpenAPI 3.0.22026-07-223907721.1 MBMeta
Channel Attributes
get/v1/seller/meta/{channel}/attributes
Path parameters
channelstring required
Channel name (e.g. kaufland, otto) whose attribute set should be returned.
Response
List of channel-wide attributes
Example response
{
"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"
]
}
]
}