{
"customerId": "string",
"customerCode": "string",
"items": [
{
"productId": "string",
"productVariantId": "string",
"sku": "string",
"initialUnitPrice": 0,
"unitPrice": 0,
"initialPrice": 0,
"price": 0,
"value1": 0,
"value2": 0,
"value3": 0
}
],
"customerSourceId": "string"
}
curl --location --request POST 'https://platform.shopranos.eu/api/Connector/CalculateCatalogPrices' \
--header 'Content-Type: application/json' \
--data-raw '{
"customerId": "string",
"customerCode": "string",
"items": [
{
"productId": "string",
"productVariantId": "string",
"sku": "string",
"initialUnitPrice": 0,
"unitPrice": 0,
"initialPrice": 0,
"price": 0,
"value1": 0,
"value2": 0,
"value3": 0
}
],
"customerSourceId": "string"
}'
{
"productId": "string",
"productVariantId": "string",
"initialUnitPrice": 0,
"unitPrice": 0,
"initialPrice": 0,
"price": 0,
"sku": "string",
"value1": 0,
"value2": 0,
"value3": 0
}