Components
Component Created
This webhook is triggered when a new component was created.
Typical Scenario
A new component was created in billwerk and you want to update your product catalogue afterwards at your website.
{
"ComponentId": "62a83fbf826fa0a7d0cfe400",
"Event": "ComponentCreated",
"EntityId": "62148e3c0c14e1609e9ca5c1"
}
Component Changed
This webhook is triggered when a component was changed.
Typical Scenario
The price of a component was changed in billwerk and you want to update the price afterwards at your website.
{
"ComponentId": "62a83fbf826fa0a7d0cfe400",
"Event": "ComponentChanged",
"EntityId": "62148e3c0c14e1609e9ca5c1"
}
Component Deleted
This webhook is triggered when a component was deleted.
Typical Scenario
An existing component was deleted in billwerk and you want to update your product catalogue afterwards at your website.
{
"ComponentId": "62a83fbf826fa0a7d0cfe400",
"Event": "ComponentDeleted",
"EntityId": "62148e3c0c14e1609e9ca5c1"
}
Updated 12 months ago