cURL
curl --request GET \ --url https://seller-api.teez.kz/api/seller/v1/attributes/values \ --header 'Authorization: Bearer <token>'
{ "data": [ { "attributeCode": "<string>", "values": [ { "code": "<string>", "name": "<string>" } ] } ], "totalCount": 123, "pageNumber": 123, "pageSize": 123 }
Success
Show child attributes