{
"productId": "string",
"productVariantId": "string",
"requestedQuantity": 0
}curl --location 'https://platform.shopranos.eu/api/cart/user/ResolveQuantity' \
--header 'Content-Type: application/json-patch+json' \
--data '{
"productId": "string",
"productVariantId": "string",
"requestedQuantity": 0
}'{
"productId": "string",
"productVariantId": "string",
"additiveQuantity": {
"value": 0,
"isValid": true
},
"absoluteQuantity": {
"value": 0,
"isValid": true
}
}