API

Sub-Category

This resource allows you to fetch the product sub- categories list details by GET method.

You can search for any existing sub-category 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.

  • Sub-Category ID

  • Sub-Category Description

  • Category ID

  • Category Description

Following verbs are supported by this resource.


GET

👉🏿

End Point: /subcategories

Sample response payload

[
  {
    "subcategoryid": "string",
    "subcategorydescription": "string",
    "categoryid": "string",
    "categorydescription": "string"
  }
]