Skip to main content
Skip table of contents

Category

This resource allows you to fetch the Product Category list by GET method.

You can search for any existing Department using filters as defined here.

Pagination is supported for this resource. Click here to see the details of it.

You can retrieve the following information through this method.

  • Category ID

  • Category Description

  • Active Status

 GET

End Point: /categories

Sample response payload

CODE
[
  {
   "id": "string",
   "description": "string",
   "active": true
  }
]

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.