Ecommerce
Get a category details
get/categories/{id}
Path parameters
idstring required
Category ID
Response
Category informations
Example response
{
"createdAt": "2017-05-12T12:30:00.000+0000",
"isDeleted": true,
"modifiedAt": "2017-05-12T12:30:00.000+0000",
"name": "Electronics",
"id": "C11",
"url": "http://mydomain.com/category/clothing"
}