{
"token": "string",
"offerId": "string",
"lineMode": "Merge",
"lines": [
{
"id": "string",
"productId": "string",
"productVariantId": "string",
"quantity": 0
}
]
}curl --location --request POST 'https://platform.shopranos.eu/api/cart/validate?ignoreProductStockCheck' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"token": "string",
"offerId": "string",
"lineMode": "Merge",
"lines": [
{
"id": "string",
"productId": "string",
"productVariantId": "string",
"quantity": 0
}
]
}'{
"token": "string",
"isSuccess": true
}