vendor.updated

The vendor.updated event is triggered when a vendor is updated. This event may include previous_attributes in the webhook payload if available, showing what changed.

{
  "type": "vendor.updated",
  "id": "evt_yVy2C9Vh3hEL5fvNznAZJwqQ",
  "created": 1660237679,
  "triggered_from": "open_api",
  "data": {
    "object": {
      "object": "vendor",
      "id": 789,
      ...
    }
  }
}