Skip to content

katana_public_api_client.models.update_webhook_request

katana_public_api_client.models.update_webhook_request

Classes

UpdateWebhookRequest

Request payload for updating an existing webhook subscription configuration

Example

{'url': 'https://api.customer.com/webhooks/katana-v2', 'enabled': True, 'subscribed_events': ['sales_order.created', 'sales_order.updated', 'sales_order.delivered', 'current_inventory.product_updated', 'manufacturing_order.done', 'purchase_order.received'], 'description': 'Updated ERP integration webhook with expanded event coverage'}