{
"token": "string",
"lines": [
{
"productId": "string",
"productVariantId": "string",
"quantity": 0
}
]
}
curl --location --request POST 'https://platform.shopranos.eu/api/InventoryLevels/reserve' \
--header 'Content-Type: application/json' \
--data-raw '{
"token": "string",
"lines": [
{
"productId": "string",
"productVariantId": "string",
"quantity": 0
}
]
}'
{
"token": "string",
"available": true,
"lines": [
{
"productId": "string",
"productVariantId": "string",
"unitQuantity": 0,
"unitAvailableQuantity": 0,
"quantity": 0,
"availableQuantity": 0
}
]
}