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


[
    {
        "name": "ACTIVE"
    },
    {
        "name": "DELETED"
    }
]

Tabular Format

PRODUCT STATUS NAME
ACTIVE
DELETED

Updated As Of Version: 6.1.1