Skip to main content

Trigger a manual catalog sync for the given source. Enqueues a background job (priority=600) and returns 202 with the jo

POST 

/api/v1/admin/catalog-sync/sources/:source_id/sync

Trigger a manual catalog sync for the given source. Enqueues a background job (priority=600) and returns 202 with the job_id immediately. The resulting CatalogSyncRun will have trigger='manual'. Requires JWT auth with admin or owner role.

Request

Responses

Success