v1
latestOpenAPI 3.0.12026-07-24501176.6 MBGet Product Categories
Retrieves the details of all product categories.
Query parameters
Retrieves category ids of each category fetched.
Retrieves all child categories if values=true.
Limits number of child categories to be retrieved.
Retrieves the details of a specific product category based on the category name passed (not case sensitive).
Retrieves the details of a specific product category based on the product id.
Retrieves the details of a specific product category and its child categories based on the parent product id passed.
Fetch categories by name of the parent product.
Limits the number of product categories to be retrieved.
Entries to be ignored from the top.
Identifier code of the organisation.
ALL - Fetches details of product associated with both master org and org unit. ORG-Fetches details of products associated with master ORG. SCOPE-Fetches details of products associated with an org unit.
Response
200
Example response
{
"response": {
"status": {
"success": true,
"code": 200,
"message": "SUCCESS"
},
"product": {
"count": 20,
"categories": {
"category": [
{
"name": "AAA",
"label": "a1",
"description": "aa13",
"item_status": {
"success": true,
"code": 9172,
"message": "Category retrieval successful"
}
}
]
}
}
}
}