StoreGroups
Retrieve list of all groups
Responses
200
OK
application/json
Responseobject
401
Unauthorized
application/json
500
Internal Server Error
application/json
get
/V1/store/storeGroupsGET /V1/store/storeGroups HTTP/1.1
Host: {{baseurl}}
Accept: */*
[
  {
    "id": -48264667,
    "website_id": -63521018,
    "root_category_id": -41138994,
    "default_store_id": 62818813,
    "name": "eiusmod aliquip Duis pariatur",
    "code": "tempor exercitation voluptate sint amet",
    "extension_attributes": {}
  },
  {
    "id": 37070954,
    "website_id": 97045288,
    "root_category_id": -33529481,
    "default_store_id": 30327218,
    "name": "mollit pariatur ut in",
    "code": "irure in laborum",
    "extension_attributes": {}
  }
]