curl --request POST \
--url http://localhost:3000/v1/availability/backfill \
--header 'Content-Type: application/json' \
--data '
{
"limit": 1000,
"offset": 0
}
'{
"success": true,
"updated": 123,
"errors": 123
}Recalculates aggregated product availability scores from per-location scores.
curl --request POST \
--url http://localhost:3000/v1/availability/backfill \
--header 'Content-Type: application/json' \
--data '
{
"limit": 1000,
"offset": 0
}
'{
"success": true,
"updated": 123,
"errors": 123
}