Update a Product
POST /api/v1/products/update
Description
This method allows you to update an existing product.
Header
api_key
string
required
API authentication key
Body
id
string
required
The unique product ID of the product to be updated.
name
string
optional
The updated name of the product.
description
string
optional
The updated description of the product.
welcome_message
string
optional
The updated welcome message displayed to users in notifications.
active
boolean
optional
The updated status of the product (true = active, false = inactive).