Get category attributes
Gets attribute definitions for given category
AUTHORIZATIONS:> access_token
PATH PARAMETERS
| categoryId
required
|
integer
Category ID |
Responses
200
Status 200
RESPONSE SCHEMA: application/json
Array
| code
required
|
string
Attribute code |
| label
required
|
string
|
| unit |
string
Attribute unit |
|
object
Attribute validation rules |
|
|
Array of objects
List of available values for an attribute |
OLX Production Server
https://www.olx.ro/api/partner/categories/{categoryId}/attributes
GET
/categories/{categoryId}/attributes
Response samples
200
Content type
application/json
[
{
"code": "price",
"label": "Cena",
"unit": null,
"validation": {},
"values": [ ]
}
]
Copied to clipboard