v1

latestSwagger 2.0MIT2026-07-17233380637.0 KB
Ecommerce

Get a category details

get/categories/{id}

Path parameters

idstring required

Category ID

Response

Category informations

idstring string required

Category ID for which you requested the details

namestring string required

Name of the category for which you requested the details

createdAtstring required

Creation UTC date-time of the category (YYYY-MM-DDTHH:mm:ss.SSSZ)

modifiedAtstring required

Last modification UTC date-time of the category (YYYY-MM-DDTHH:mm:ss.SSSZ)

urlstring string

URL to the category

isDeletedboolean

category deleted from the shop's database

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"
}