---
title: "Update Webhook"
method: PUT
path: "/webhooks/{webhookId}"
tags: ["Webhooks"]
---

# Update Webhook

`PUT /webhooks/{webhookId}`

Update an existing webhook

🔒 Requires: `webhooks` scope

## Path parameters

- `webhookId` string, required

## Request body

- WebhookRequest — Webhook create/update request data.
  - `active` boolean, required — Whether this webhook is enabled or not
  - `type` 'sale.update' | 'product.update' | 'customer.update' | 'inventory.update' | 'register_closure.create' | 'consignment.send' | 'consignment.receive', required — The webhook type. These can be one of: - sale.update - product.update - customer.update - inventory.update - register_closure.create - consignment.send - consignment.receive
  - `url` string, required — The URL to send webhooks to

## Response `200`

OK

- object
  - `data` Webhook — The configuration for a webhook.
    - `active` boolean — Whether this webhook is enabled or not
    - `id` string — The ID of this webhook
    - `retailer_id` string — The ID of the retailer this webhook belongs to
    - `type` 'sale.update' | 'product.update' | 'customer.update' | 'inventory.update' | 'register_closure.create' | 'consignment.send' | 'consignment.receive' — The webhook type. These can be one of: - sale.update - product.update - customer.update - inventory.update - register_closure.create - consignment.send - consignment.receive
    - `url` string — The URL to send this webhook to

## Other responses

- `404` — Not Found

---

[API](https://skmtc.net/lightspeedhq/apis/api-2026-07.md) · [All operations](https://skmtc.net/lightspeedhq/apis/api-2026-07/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lightspeedhq/api-2026-07/revisions/72d4ceb46dbb/schema)
