Batch Sync

Batch Sync reconciles the catalog against the tenant's search surface and any configured outbound channels (marketplaces, storefronts, ERPs). Use it after schema changes, search reconfigurations, or to recover from drift.

Endpoints

POST/api/b2b/pim/batch-sync/searchauth: session
POST/api/b2b/pim/batch-sync/marketplaceauth: session
GET/api/b2b/pim/batch-sync/statusauth: session

Body

FieldTypeRequiredDescription
filterobjectOptionalSame shape as GET /products. Defaults to all published products.
concurrencyintegerOptionalSimultaneous worker lanes.(default: 4)
chunk_sizeintegerOptionalProducts per sync batch.(default: 250)
forcebooleanOptionalReindex even when the document hash matches the current indexed version.(default: false)