WA Client
POST

Update Product

Update an existing catalog product.

API endpoint
https://waclient.com/api/update_product
Example:
curl -X POST \
  'https://waclient.com/api/update_product' \
  -H 'Content-Type: application/json' \
  --data '{
    "product_id": "28334218596178952",
    "name": "Sample Product",
    "price": 249,
    "instance_id": "6A4B02A1XXXX",
    "access_token": "EMCUH3NQQK8YXXXX"
}'
Response
{
    "status": "success",
    "message": "Success",
    "data": {
        "product_id": "28334218596178952",
        "updated": true
    }
}
ParameterDescription
product_idCatalog product ID
nameUpdated title (Optional)
priceUpdated price (Optional)
instance_idYour instance ID
access_tokenYour access token

Command Palette

Search documentation endpoints.

Esc