Skip to content

Commit 3c0f56a

Browse files
authored
Merge pull request #417 from Ecwid/ECWID-138331
Added new webhooks events for customer groups changes
2 parents 0046598 + ebb1f50 commit 3c0f56a

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

  • src/main/kotlin/com/ecwid/apiclient/v3/dto/webhook

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,15 @@ data class Webhook(
4444
@SerializedName("customer.updated")
4545
CUSTOMER_UPDATED,
4646

47+
@SerializedName("customer_group.created")
48+
CUSTOMER_GROUP_CREATED,
49+
50+
@SerializedName("customer_group.updated")
51+
CUSTOMER_GROUP_UPDATED,
52+
53+
@SerializedName("customer_group.deleted")
54+
CUSTOMER_GROUP_DELETED,
55+
4756
@SerializedName("customer.personal_data_removal_request")
4857
CUSTOMER_PERSONAL_DATA_REMOVAL_REQUEST,
4958

0 commit comments

Comments
 (0)