Commerce Webhooks
dj-whisperer
Available Commerce Webhook Events
curl --location '{omnitron_url}/api/v1/remote/1/event_messages/' \
--header 'Authorization: Token {token}' \
--header 'Content-Type: application/json' \
--data '{
"event_name": "user_registered",
"description": "Description",
"transactional": true,
"asynchronous": false,
"url": "http://localhost:8000/dummy/",
"authentication_config": {
"auth_type": "basic",
"username": "username",
"password": "password"
}
}'1. BasketOfferCreatedEvent
Payload Structure
2. BasketOfferUpdatedEvent
3. UserLoggedInEvent
Payload Structure
4. UserUpdatedEvent
5. UserRegisteredEvent
Last updated
Was this helpful?

