diff --git a/src/main/kotlin/com/ecwid/apiclient/v3/dto/webhook/Webhook.kt b/src/main/kotlin/com/ecwid/apiclient/v3/dto/webhook/Webhook.kt index e864908b..643ed0ed 100644 --- a/src/main/kotlin/com/ecwid/apiclient/v3/dto/webhook/Webhook.kt +++ b/src/main/kotlin/com/ecwid/apiclient/v3/dto/webhook/Webhook.kt @@ -149,6 +149,15 @@ data class Webhook( @SerializedName("size_chart.updated") SIZE_CHART_UPDATED, + @SerializedName("shared_product_content.created") + SHARED_PRODUCT_CONTENT_CREATED, + + @SerializedName("shared_product_content.deleted") + SHARED_PRODUCT_CONTENT_DELETED, + + @SerializedName("shared_product_content.updated") + SHARED_PRODUCT_CONTENT_UPDATED, + } }