Sources

Sources represent upstream systems — supplier feeds, third-party PIMs, ERPs — whose data is mirrored into the VINC PIM on a schedule.

Endpoints

GET/api/b2b/pim/sourcesauth: session
GET/api/b2b/pim/sources/:idauth: session
POST/api/b2b/pim/sourcesauth: session
PATCH/api/b2b/pim/sources/:idauth: session
DELETE/api/b2b/pim/sources/:idauth: session
POST/api/b2b/pim/sources/:id/pullauth: session

Connector kinds

  • supplier-feed — HTTP(S) pull of a CSV / XML / JSON feed on a cron schedule.
  • sftp — file drop watched on a remote SFTP host.
  • windmill — custom job running on the shared Windmill workspace.
  • webhook — inbound push from the source system.

Notes

  • Each source has its own credential store; secrets are encrypted at rest and never returned in API responses (only ***).
  • Triggering POST /:id/pull enqueues an import job; follow it through Activity.