Skip to content

Price profile

BI

The PriceProfile event is triggered when when a price profile is created or modified. The current status of the price profile is sent.

{
"metadata": {
"traceId": "7d0168f2-1c75-4996-b83d-c55a53488726",
"occurredAt": "2024-12-24T12:04:06Z",
"version": "1.0",
"tenant": "14450",
"type": "PRICE_PROFILE"
},
"id": "57169",
"number": 1,
"name": "Standard Price Profile",
"categories": [
{
"id": "800816",
"number": 1,
"name": "1. Kategorie",
"priceProfileId": "57169",
"printLabels": {
"document": "First category",
"AK3": "Premier category"
}
},
{
"id": "800817",
"number": 2,
"name": "2. Kategorie",
"printLabels": {}
}
],
"priceLevels": [
{
"id": "1998772",
"number": 1,
"name": "Ermäßigung",
"printLabels": {
"AP1": "Discount price level"
},
"tags": [
"RESALE",
"DISCOUNT"
]
},
{
"id": "1998773",
"number": 2,
"name": "Vollpreis",
"printLabels": {},
"tags": []
}
]
}