v1
latestSwagger 2.02026-07-13137761.0 MBFamily
Get a family
This endpoint allows you to get the information about a given family.
get/api/rest/v1/families/{code}
Path parameters
codestring required
Code of the resource
Response
OK
Example response
{
"code": "caps",
"attributes": [
"sku",
"name",
"description",
"price",
"color",
"picture"
],
"attribute_as_label": "name",
"attribute_as_image": "picture",
"attribute_requirements": {
"ecommerce": [
"sku",
"name",
"description",
"price",
"color"
],
"tablet": [
"sku",
"name",
"description",
"price"
]
},
"labels": {
"en_US": "Caps",
"fr_FR": "Casquettes"
}
}