How to update a product

How to update a product

Use this guide when you need to change a product's name, description, categories, or visibility.


Request

Bash
curl -X POST "https://your-event-domain.com/api/v2/product/set" \
  -H "Authorization: Bearer your_api_key_here" \
  -F "event_id=7" \
  -F "id=452" \
  -F "name=Smart Sensor Pro v2" \
  -F "description=Updated description for the new model."

Notes

  • Include only the fields you want to change

  • categories is a full replacement — passing new category IDs replaces all existing assignments