Get Product CategoriesAsk AIget deprecatedhttps://{host}/v1.1/product/categoriesRetrieves the details of all product categories.Query Paramsinclude_idbooleanRetrieves category ids of each category fetched.valuesbooleanRetrieves all child categories if values=true.value_limitint32Defaults to 20Limits number of child categories to be retrieved.namestringRetrieves the details of a specific product category based on the category name passed (not case sensitive).idint64Retrieves the details of a specific product category based on the product id.parent_idint64Retrieves the details of a specific product category and its child categories based on the parent product id passed.parent_namestringFetch categories by name of the parent product.limitint32Limits the number of product categories to be retrieved.offsetint32Entries to be ignored from the top.ou_codestringIdentifier code of the organisation.fetch_typestringenumALL - 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.Allowed:ALLORGSCOPEResponses 200200 400400Updated 14 days ago