GET /V1/store/storeGroups
curl \
-X GET https://magento2.winkelstraat.mac/rest/all/V1/store/storeGroups
Response examples (200)
[
{
"id": 42,
"website_id": 42,
"root_category_id": 42,
"default_store_id": 42,
"name": "string",
"code": "string",
"extension_attributes": {}
}
]
Response examples (default)
{
"message": "string",
"errors": [
{
"message": "string",
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
]
}
],
"code": 42,
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
],
"trace": "string"
}