{
"productId": "50fca37a-f6ab-4131-bcd6-f660cfabc242",
"variantId": "d873c66c-df69-4ba6-8cce-d127adaee9a0",
"quantity": 10
}
curl --location --request POST 'https://platform.shopranos.eu/api/v1/sales-quotes//line' \
--header 'x-companyId;' \
--header 'Content-Type: application/json' \
--data-raw '{
"productId": "50fca37a-f6ab-4131-bcd6-f660cfabc242",
"variantId": "d873c66c-df69-4ba6-8cce-d127adaee9a0",
"quantity": 10
}'
{
"lineId": "6c4b8830-6044-4641-86d1-beca4a6e6287."
}