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: sessionPOST
/api/b2b/pim/batch-sync/marketplaceauth: sessionGET
/api/b2b/pim/batch-sync/statusauth: sessionBody
| Field | Type | Required | Description |
|---|---|---|---|
filter | object | Optional | Same shape as GET /products. Defaults to all published products. |
concurrency | integer | Optional | Simultaneous worker lanes.(default: 4) |
chunk_size | integer | Optional | Products per sync batch.(default: 250) |
force | boolean | Optional | Reindex even when the document hash matches the current indexed version.(default: false) |