curl --location --request GET 'https://platform.shopranos.eu/api/v1/quotes/' \
--header 'x-companyId;'
{
"id": "f0ea3f16-5b88-45c2-b061-9599769e1ebe",
"discountValue": 200,
"discountRate": 0.2,
"totalAmount": 20024,
"lines": [
{
"lineId": "70015911-5aee-4516-bd9f-168a1807445c",
"productId": "50fca37a-f6ab-4131-bcd6-f660cfabc242",
"productVariantId": "d873c66c-df69-4ba6-8cce-d127adaee9a0",
"sku": "202020",
"title": "Super product",
"vatCode": "202020",
"vatValue": 200,
"vatRate": 0.4,
"quantity": 10,
"discountRate": 0.2,
"discountValue": 200,
"unitPrice": 100,
"lineValue": 2000
}
]
}