{
"items": [
{
"productId": "5b0d28ae-25e4-42f9-9af0-68e4748b6b12",
"variantId": "f958b2b1-1b3c-4982-9ebf-7203bacac018",
"quantity": 4
}
]
}
curl --location --request POST 'https://platform.shopranos.eu/api/v1/quotes/request' \
--header 'x-companyId;' \
--header 'Content-Type: application/json' \
--data-raw '{
"items": [
{
"productId": "5b0d28ae-25e4-42f9-9af0-68e4748b6b12",
"variantId": "f958b2b1-1b3c-4982-9ebf-7203bacac018",
"quantity": 4
}
]
}'
{
"quoteId": "string"
}