{
"netAmount": 0,
"lines": [
{
"productId": "string",
"productVariantId": "string",
"quantity": 0,
"sku": "string",
"price": 0,
"unitPrice": 0,
"netValue": 0,
"lineValue": 0,
"discountValue": 0,
"discountRate": 0,
"vatValue": 0,
"vatRate": 0,
"vatCode": "string"
}
]
}
curl --location --request POST 'https://platform.shopranos.eu/api/Quotes/calculate' \
--header 'Content-Type: application/json' \
--data-raw '{
"netAmount": 0,
"lines": [
{
"productId": "string",
"productVariantId": "string",
"quantity": 0,
"sku": "string",
"price": 0,
"unitPrice": 0,
"netValue": 0,
"lineValue": 0,
"discountValue": 0,
"discountRate": 0,
"vatValue": 0,
"vatRate": 0,
"vatCode": "string"
}
]
}'
{}