Feature Pack 7

Get category details based on its identifier

The following example shows how to get category details based on its identifier.

Request


http://localhost/search/resources/store/10001/categoryview/Apparel?langId=-1&catalogId=10001&currency=USD&responseFormat=json

Response


{
	"catalogGroupView": [
		{
			"childCatalogGroupID": [
				"10001_10005",
				"10001_10004",
				"10001_10003",
				"10001_10002"
			],
			"fullImage": "\/wcsstore\/Aurora\/images\/catalog\/apparel\/women\/category\/catr_wcl_pants.png",
			"identifier": "Apparel",
			"name": "Apparel",
			"parentCatalogGroupID": "-1",
			"resourceId": "http:\/\/localhost\/search\/resources\/store\/10001\/categoryview\/byId\/10001",
			"shortDescription": "The latest styles for the entire family.",
			"storeID": "10001",
			"thumbnail": "\/wcsstore\/Aurora\/images\/catalog\/apparel\/women\/category\/catr_wcl_pants.png",
			"uniqueID": "10001"
		}
	],
	"recordSetComplete": "true",
	"recordSetCount": 1,
	"recordSetStartNumber": 0,
	"recordSetTotal": 1,
	"resourceId": "http:\/\/localhost\/search\/resources\/store\/10001\/categoryview\/Apparel?langId=-1&catalogId=10001&currency=USD&responseFormat=json",
	"resourceName": "categoryview"
}