Skip to content

Commit

Permalink
Merge pull request #417 from Ecwid/ECWID-138331
Browse files Browse the repository at this point in the history
Added new webhooks events for customer groups changes
  • Loading branch information
zenon-ecwid authored Jul 4, 2024
2 parents 0046598 + ebb1f50 commit 3c0f56a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/main/kotlin/com/ecwid/apiclient/v3/dto/webhook/Webhook.kt
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,15 @@ data class Webhook(
@SerializedName("customer.updated")
CUSTOMER_UPDATED,

@SerializedName("customer_group.created")
CUSTOMER_GROUP_CREATED,

@SerializedName("customer_group.updated")
CUSTOMER_GROUP_UPDATED,

@SerializedName("customer_group.deleted")
CUSTOMER_GROUP_DELETED,

@SerializedName("customer.personal_data_removal_request")
CUSTOMER_PERSONAL_DATA_REMOVAL_REQUEST,

Expand Down

0 comments on commit 3c0f56a

Please sign in to comment.