Product Statuses
Description¶
The productStatuses endpoint is used to get the list of Product Statuses existing in the application.  
Request¶
Endpoint¶
/ui/refdata/v1/productStatusesMethod¶
GET
Response¶
[
    {
        "name": "ACTIVE"
    },
    {
        "name": "DELETED"
    }
]
Tabular Format
| PRODUCT STATUS NAME | 
|---|
| ACTIVE | 
| DELETED | 
Updated As Of Version: 6.7.1.0