{
"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",
"lines": [
{
"productId": "string",
"productVariantId": "string",
"quantity": 0,
"unitQuantity": 0,
"availableQuantity": 0
}
],
"available": true
}