Get a category details
Retrieve the full details of a single ecommerce category by its unique ID. The response includes the category name, URL, creation and modification timestamps, and deletion status. Returns a 404 error if no category matches the provided ID.
Authentication
api-keystring
The API key should be passed in the request headers as api-key for authentication.
Path parameters
id
Category ID
Response
Category details
createdAt
Creation UTC date-time of the category (YYYY-MM-DDTHH:mm:ss.SSSZ)
id
Category ID for which you requested the details
isDeleted
category deleted from the shop's database
modifiedAt
Last modification UTC date-time of the category (YYYY-MM-DDTHH:mm:ss.SSSZ)
name
Name of the category for which you requested the details
url
URL to the category
Errors
400
Bad Request Error
404
Not Found Error