v1

latestOpenAPI 3.0.3ISC2026-07-134096160.7 KB
Webhooks

Modify a webhook

Modify a webhook

put/v1/shops/{shop_id}/webhooks/{webhook_id}.json

Request body

urlstring uri

Example request

{
  "url": "https://example.com/callback/order/created"
}

Response

Successful operation

topicstring
urlstring uri
shop_idstring
idstring

Example response

{
  "topic": "order:created",
  "url": "https://example.com/webhooks/order/created",
  "shop_id": "1",
  "id": "5cb87a8cd490a2ccb256cec4"
}