---
title: "Webhook Güncelleme - updateWebhook"
method: PUT
path: "/sellers/{sellerId}/webhooks/{Id}"
tags: ["Webhook"]
---

# Webhook Güncelleme - updateWebhook

`PUT /sellers/{sellerId}/webhooks/{Id}`

Bu servis ile daha önce yaratmış olduğunuz webhook methodlarını güncelleyebilirsiniz.

## Path parameters

- `sellerId` integer, required
- `Id` string, required

## Request body

- object
  - `url` string, required — Webhook Servis URL Bilgisi
  - `username` string — Basic Authentication için kullanılacak olan kullanıcı adı
  - `password` string — Basic Authentication için kullanılacak olan şifre
  - `authenticationType` 'BASIC_AUTHENTICATION' | 'API_KEY', required — BASIC_AUTHENTICATION ya da API_KEY değerini alabilir
  - `apiKey` string — Authorization için kullanılacak olan apikey bilgisi
  - `subscribedStatuses` string[] — Sipariş bilgisi alınması istenilen statü listesi

## Response `200`

Success

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `500` — Internal Server Error

---

[API](https://skmtc.net/trendyol/apis/trendyol-marketplace-entegrasyonu.md) · [All operations](https://skmtc.net/trendyol/apis/trendyol-marketplace-entegrasyonu/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/trendyol/trendyol-marketplace-entegrasyonu/revisions/d2dcbbc06a4a/schema)
