Important
New shipment package stream endpoint is available

For large-scale scanning and synchronization flows, please prefer getShipmentPackagesStream.

HomeGuidesAPI ReferenceChangelogSupport Request
Guides

Category Attribute Value List v2

The attributes values information to be sent with requests to the Product Creation service will be retrieved using this service.

  • You need to send "storeFrontCode" as Header Parameter.
  • In order to retrieve attribute value list in Romanian, Greek and Arabic language, you can add "Accept-Language" as Header Parameter.
    • ro is used for retrieving in the Romanian language on the RO storefront
    • el is used for listing in the Greek language on the GR storefront
    • ar is used for retrieving in the Arabic language on the SA and AE storefronts
    • If you want to receive the category attribute value list information in English, you need to send it with "Accept-Language" as en.
  • We recommend that you obtain 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

ParameterDescription
sizeSpecifies the maximum number of items to be listed on a page. The maximum value can be 1000.
pageIt only returns the information on the specified page. It can accept a maximum value of 1000.