Category Attribute Values List v2
The attributes values information to be sent in requests to the Product Creation service will be retrieved using this service.
- We recommend that you retrieve the updated category attribute list weekly, as new category attribute values may be added.
TIP
The product category tree is updated periodically. Using an outdated category tree may result in incomplete or incorrect data entry. Therefore, you must use the most up-to-date category tree before each operation.
GET getCategoryAttributeValues
Sample Service Response
{
"totalElements": 1,
"totalPages": 1,
"page": 0,
"size": 10,
"content": [
{
"attributeValueId": 4872,
“attributeValue”: "Tek Ebat"
},
{
"attributeValueId": 4873,
“attributeValue”: "S"
}
]
}Filter Parameters
| Parameter | Explanation |
|---|---|
| size | Specifies the maximum number of items to be listed on a page. The maximum value can be 1000. |
| page | It only returns the information on the specified page. It can accept a maximum value of 1000. |
Updated about 1 month ago