Hello!
CPQ VCP integration is in place, getting base price(PR00) but not getting the price for VA00.
Variant conditions are not available in payload itself. Also calculations Variant Pricing - All Items Fields and Variant Pricing - All Item Total Fields are not found.
{
"docCurrency": "USD",
"locCurrency": null,
"pricingProcedure": "ZVA001",
"groupCondition": false,
"itemConditionsRequired": true,
"items": [
{
"itemId": "1",
"externalId": null,
"quantity": {
"value": 1,
"unit": "EA"
},
"exchRateType": "M",
"exchRateDate": "2023-09-01",
"productDetails": {
"productId": "SIMPLECONF02",
"baseUnit": "EA",
"alternateProductUnits": null
},
"attributes": [
{
"name": "KOMK-KUNNR",
"values": [
"17100001"
]
},
{
"name": "KOMK-WAERK",
"values": [
"USD"
]
},
{
"name": "KOMP-PRSFD",
"values": [
"X"
]
},
{
"name": "KOMK-SPART",
"values": [
"00"
]
},
{
"name": "KOMK-VTWEG",
"values": [
"10"
]
},
{
"name": "KOMK-VKORG",
"values": [
"1710"
]
},
{
"name": "KOMP-PMATN",
"values": [
"SIMPLECONF02"
]
},
{
"name": "KOMP-SPART",
"values": [
"00"
]
}
],
"accessDateList": [
{
"name": "KOMK-PRSDT",
"value": "2023-09-01"
},
{
"name": "KOMK-FBUDA",
"value": "2023-09-01"
}
],
"variantConditions": [],
"statistical": false,
"subItems": []
}
]
}