{
"lines": [
{
"lineId": "string",
"productId": "string",
"productVariantId": "string",
"quantity": 0
}
]
}curl --location 'https://platform.shopranos.eu/api/reservations/check' \
--header 'x-companyId: b3e68ad4-06c8-4e70-965b-c02b38f66ef2' \
--header 'x-storeId;' \
--header 'Content-Type: application/json' \
--data '{
"lines": [
{
"lineId": "string",
"productId": "string",
"productVariantId": "string",
"quantity": 0
}
]
}'{
"canReserveAll": true,
"lines": [
{
"lineId": "string",
"productId": "string",
"productVariantId": "string",
"requestedQuantity": 0,
"canReserve": true
}
]
}