Skip to content

Commit 2835903

Browse files
authored
Merge pull request #505 from Ecwid/ECWID-167421
ECWID-167421 Added new webhooks events for size charts changes
2 parents ffb705a + c46f77d commit 2835903

File tree

1 file changed

+10
-0
lines changed
  • src/main/kotlin/com/ecwid/apiclient/v3/dto/webhook

1 file changed

+10
-0
lines changed

src/main/kotlin/com/ecwid/apiclient/v3/dto/webhook/Webhook.kt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,16 @@ data class Webhook(
139139

140140
@SerializedName("promotion.updated")
141141
PROMOTION_UPDATED,
142+
143+
@SerializedName("size_chart.created")
144+
SIZE_CHART_CREATED,
145+
146+
@SerializedName("size_chart.deleted")
147+
SIZE_CHART_DELETED,
148+
149+
@SerializedName("size_chart.updated")
150+
SIZE_CHART_UPDATED,
151+
142152
}
143153

144154
}

0 commit comments

Comments
 (0)