Gets information about all product ranges within your store configuration.
Example response
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
{
"total": 2501,
"count": 2,
"offset": 0,
"results": [
{
"id": "576d2ce846fc51147cb00e22",
"name": "Lewis Collection",
"description": ""
},
{
"id": "576d2cf546fc51147cb00e23",
"name": "Rochester Collection",
"description": ""
}
]
}