Skip to main content

Set a customer as active

POST 

/api/v3/customer/:customer_id/_action/setActive

Allows you to set a specified customer as "Active".

Request

Body

    object

Responses

Action completed successfully

Schema

    code integer
    status string
    message stringnullable
    details objectnullable
    response boolean
Loading...