Product Categories
Summary¶
This API fetches the Product Categories that are present in the application.
Request¶
Endpoint¶
ui/refdata/v1/productCategoriesMethod¶
GET
Response¶
[
    {
        "name": "INTERNAL"
    },
    {
        "name": "INTERNAL_AND_EXTERNAL"
    }
]
Tabular Format
| PRODUCT CATEGORY NAME | 
|---|
| INTERNAL | 
| INTERNAL_AND_EXTERNAL | 
Updated As Of Version: 6.7.1.0