Appearance
Get Spec List For Product Items ​
Description ​
The call is used to obtain the available product attributes.
For following usage their identifiers.
Calling ​
GET /spec/list
Response ​
200 - Successful request ​
json
[
{
"id": "84c229d4-6e98-4f19-9c50-3be1c5a963ab",
"title": "Size"
},
{
"id": "8c10445f-db4b-44f0-a7fa-6df754c6f527",
"title": "Color"
},
{
"id": "3d648308-3f79-42b8-8b81-6605092ee3a1",
"title": "Material"
}
]400 - Invalid request ​
json
{
"message": "string"
}