public interface WebhookService
Modifier and Type | Method and Description |
---|---|
void |
deleteWebhook(java.lang.Integer webhookId,
java.lang.String clientId) |
WebhookEntity |
registerWebhook(Webhook payload,
ShopRequestContext shopRequestContext,
java.lang.String clientId) |
WebhookEntity registerWebhook(Webhook payload, ShopRequestContext shopRequestContext, java.lang.String clientId)
void deleteWebhook(java.lang.Integer webhookId, java.lang.String clientId)