getCollection
get
/ccstore/v1/collections/{id}
Get Collection. Get a collection by ID. Optionally takes the x-ccasset-language headers to get translated content in another language.Also it can have optional X-CCOrganization header which is a JSON field to specify current Organization id of logged in user.
Request
Supported Media Types
- application/json
Path Parameters
- id
-
Type:
stringRequired:trueID of collection.
Query Parameters
- catalogId
-
Type:
stringID of the catalog.- disableActiveProdCheck
Type:booleanFalse indicates category details are not returned if there are no active products under the category. True indicates category details are returned irrespective of the active products availability.- expand
Type:stringIf set to childCategories, then child categories will be expanded to include details, if there are any active products under it. disableActiveProdCheck can be set to true in case the category details are needed irrespective of active products are available.- maxLevel
Type:stringMaximum level of depth for child categories.Header Parameters- X-CCAsset-Language
-
Type:
stringThe asset language of the request
Response
Supported Media Types- application/json
200 ResponseFollowing model is returned when operation succeeds.BodyRoot Schema : getCollection_response- childCategories
-
Type:
arraychildCategoriesAdditional Properties Allowed:Array of category objects. - creationDate
-
Type:
stringproduct creation date - dimensionId
-
Type:
stringDimension ID. - displayName
-
Type:
stringDisplay Name of the category. - fixedParentCategories
-
Type:
arrayfixedParentCategoriesAdditional Properties Allowed:Array of category objects. - id
-
Type:
stringCategory ID. - longDescription
-
Type:
stringLong description of the category. - repositoryId
-
Type:
stringRepository ID. - route
-
Type:
stringRoute of the category.
Nested Schema : childCategoriesNested Schema : fixedParentCategoriesNested Schema : itemsType:object- creationDate
-
Type:
stringproduct creation date - displayName
-
Type:
stringDisplay name of the child category. - id
-
Type:
stringID of the child category. - longDescription
-
Type:
stringLong description of the child category. - route
-
Type:
stringRoute of the child category.
Nested Schema : itemsType:object- repositoryId
-
Type:
stringRepository id of parent category.
Example application/json
{ "items":[ { "longDescription":null, "route":"/for-him/category/cat50067", "displayName":"For Him", "childCategories":[ { "longDescription":null, "route":"/under-$25/category/cat90042", "displayName":"Under $25", "id":"cat90042", "creationDate":"2011-01-07T17:19:47.000Z" }, { "longDescription":null, "route":"/under-$50/category/cat90040", "displayName":"Under $50", "id":"cat90040", "creationDate":"2011-01-07T17:19:47.000Z" } ], "id":"cat50067", "creationDate":"2011-01-07T17:19:47.000Z" }, { "longDescription":null, "route":"/for-her/category/cat60001", "displayName":"For Her", "childCategories":[ { "longDescription":null, "route":"/under-$25/category/cat90046", "displayName":"Under $25", "id":"cat90046", "creationDate":"2011-01-07T17:19:47.000Z" }, { "longDescription":null, "route":"/under-$50/category/cat90026", "displayName":"Under $50", "id":"cat90026", "creationDate":"2011-01-07T17:19:47.000Z" }, { "longDescription":null, "route":"/for-the-romantic/category/cat90028", "displayName":"For the Romantic", "id":"cat90028", "creationDate":"2011-01-07T17:19:47.000Z" }, { "longDescription":null, "route":"/for-the-fashionista/category/cat90037", "displayName":"For the Fashionista", "id":"cat90037", "creationDate":"2011-01-07T17:19:47.000Z" }, { "longDescription":null, "route":"/for-the-outdoor-lover/category/cat90034", "displayName":"For the Outdoor Lover", "id":"cat90034", "creationDate":"2011-01-07T17:19:47.000Z" } ], "id":"cat60001", "creationDate":"2011-01-07T17:19:47.000Z" } ] }Default ResponseThe error responseBodyRoot Schema : errorModelType:object- devMessage
-
Type:
stringAn optional non-localized message containing technical information for developers - errorCode
-
Type:
stringThe numerical code identifying the error - errors
-
Type:
arrayerrorsAdditional Properties Allowed:An optional list of errors if multiple errors were encountered - message
-
Type:
stringThe localized message describing the error - moreInfo
-
Type:
stringAn optional non-localized message with more information - o:errorPath
-
Type:
stringAn optional machine readable description of where the error occurred - status
-
Type:
stringThe HTTP status code - type
-
Type:
stringThe URI to the HTTP state code definition
Nested Schema : errorsNested Schema : itemsType:object- devMessage
-
Type:
stringAn optional non-localized message containing technical information for developers - errorCode
-
Type:
stringThe numerical code identifying the error - message
-
Type:
stringThe localized message describing the error - moreInfo
-
Type:
stringAn optional non-localized message with more information - o:errorPath
-
Type:
stringAn optional machine readable description of where the error occurred - status
-
Type:
stringThe HTTP status code
Examples
Sample Response Payload returned by endpoint:
{"items": [ { "longDescription": null, "route": "/for-him/category/cat50067", "displayName": "For Him", "childCategories": [ { "longDescription": null, "route": "/under-$25/category/cat90042", "displayName": "Under $25", "id": "cat90042", "creationDate": "2011-01-07T17:19:47.000Z" }, { "longDescription": null, "route": "/under-$50/category/cat90040", "displayName": "Under $50", "id": "cat90040", "creationDate": "2011-01-07T17:19:47.000Z" } ], "id": "cat50067", "creationDate": "2011-01-07T17:19:47.000Z" }, { "longDescription": null, "route": "/for-her/category/cat60001", "displayName": "For Her", "childCategories": [ { "longDescription": null, "route": "/under-$25/category/cat90046", "displayName": "Under $25", "id": "cat90046", "creationDate": "2011-01-07T17:19:47.000Z" }, { "longDescription": null, "route": "/under-$50/category/cat90026", "displayName": "Under $50", "id": "cat90026", "creationDate": "2011-01-07T17:19:47.000Z" }, { "longDescription": null, "route": "/for-the-romantic/category/cat90028", "displayName": "For the Romantic", "id": "cat90028", "creationDate": "2011-01-07T17:19:47.000Z" }, { "longDescription": null, "route": "/for-the-fashionista/category/cat90037", "displayName": "For the Fashionista", "id": "cat90037", "creationDate": "2011-01-07T17:19:47.000Z" }, { "longDescription": null, "route": "/for-the-outdoor-lover/category/cat90034", "displayName": "For the Outdoor Lover", "id": "cat90034", "creationDate": "2011-01-07T17:19:47.000Z" } ], "id": "cat60001", "creationDate": "2011-01-07T17:19:47.000Z" } ]}