Hello everyone,
I’m currently facing an issue when creating a Catalog Selection via the Braze API. The selection is successfully created, but it remains stuck in the "Processing" status and never completes.
{
"selection": {
"name": "Test Product Selection",
"description": "Random MBB",
"results_limit": 1,
"filters": [
{
"field": "service_provider",
"operator": "equals",
"value": "Sport Fankhauser"
}
]
}
}The selection is successfully created (message:success), but it remains stuck in"processing" status indefinitely.
Do i something wrong ?