catalog Category Attribute Option Management V1Get Items Get
get
Retrieve list of attribute options
Path parameters
attributeCodestringRequired
(Required)
Example: <string>
Responses
200
OK
application/json
Responseobject
400
Bad Request
application/json
401
Unauthorized
application/json
500
Internal Server Error
application/json
get
GET /V1/categories/attributes/{attributeCode}/options HTTP/1.1
Host: {{baseurl}}
Accept: */*
[
{
"label": "ut in exercitation minim",
"value": "commodo velit voluptate aliquip proident",
"sort_order": 47084838,
"is_default": false,
"store_labels": [
{
"store_id": {
"value": "<Error: Too many levels of nesting to fake this schema>"
},
"label": {
"value": "<Error: Too many levels of nesting to fake this schema>"
}
},
{
"store_id": {
"value": "<Error: Too many levels of nesting to fake this schema>"
},
"label": {
"value": "<Error: Too many levels of nesting to fake this schema>"
}
}
]
},
{
"label": "labore sunt in adipisicing",
"value": "non enim cupidatat",
"sort_order": -7920926,
"is_default": true,
"store_labels": [
{
"store_id": {
"value": "<Error: Too many levels of nesting to fake this schema>"
},
"label": {
"value": "<Error: Too many levels of nesting to fake this schema>"
}
},
{
"store_id": {
"value": "<Error: Too many levels of nesting to fake this schema>"
},
"label": {
"value": "<Error: Too many levels of nesting to fake this schema>"
}
}
]
}
]