---
title: "Modify a webhook"
method: PUT
path: "/v1/shops/{shop_id}/webhooks/{webhook_id}.json"
tags: ["Webhooks"]
---

# Modify a webhook

`PUT /v1/shops/{shop_id}/webhooks/{webhook_id}.json`

Modify a webhook

## Request body

- ModifyWebhookRequest
  - `url` string, uri

## Response `200`

Successful operation

- Webhook
  - `topic` string
  - `url` string, uri
  - `shop_id` string
  - `id` string

## Other responses

- `400` — Error response

---

[API](https://skmtc.dev/printify/apis/printify-public-api.md) · [All operations](https://skmtc.dev/printify/apis/printify-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/printify/printify-public-api/revisions/ed97a9d13fe7/schema)
