Attribute
Path parameters
pkintegerRequiredExample:
Unique identifier of the attribute set.
15Responses
200
Attribute set retrieved successfully
application/json
Attribute set configuration defining product attribute schema.
pkintegerRequiredExample:
Attribute set identifier
15variant_attributesstring[]RequiredExample:
List of attribute keys that define product variants.
Products with different values for these attributes are considered separate variants (e.g., size, color).
["size","color"]variant_listable_attributesstring[]RequiredExample:
Subset of variant attributes shown in product listings.
These attributes help customers distinguish between variants in list views.
["color"]404
Attribute set not found
get/attribute_set/{pk}/
GET /attribute_set/{pk}/ HTTP/1.1
Host: sandbox.akinon.com
Accept: */*
{
"pk": 15,
"variant_attributes": [
"size",
"color"
],
"variant_listable_attributes": [
"color"
]
}Path parameters
pkintegerRequiredExample:
Unique identifier of the attribute set.
15Responses
200
Attribute configuration groups retrieved successfully
application/json
Response containing grouped attribute configurations.
404
Attribute set not found
get/attribute_set/{pk}/attribute_config_groups/
GET /attribute_set/{pk}/attribute_config_groups/ HTTP/1.1
Host: sandbox.akinon.com
Accept: */*
{
"attribute_config_groups": [
{
"name": "Technical Specifications",
"order": 1,
"attributes": [
{
"key": "material",
"label": "Material",
"order": 1
}
]
}
]
}Last updated
Was this helpful?

