Product Statuses

Description

The productStatuses endpoint is used to get the list of Product Statuses existing in the application.

Request

Endpoint

/ui/refdata/v1/productStatuses

Method

 GET

Response


{
        "value": "Active",
        "name": "ACTIVE"
    },
    {
        "value": "Deleted",
        "name": "DELETED"
    }  

Tabular Format

PRODUCT STATUS NAME PRODUCT STATUS VALUE
ACTIVE Active
DELETED Deleted

Updated As Of Version: 1.7.0.12