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: sessionGET
/api/b2b/pim/sources/:idauth: sessionPOST
/api/b2b/pim/sourcesauth: sessionPATCH
/api/b2b/pim/sources/:idauth: sessionDELETE
/api/b2b/pim/sources/:idauth: sessionPOST
/api/b2b/pim/sources/:id/pullauth: sessionConnector 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/pullenqueues an import job; follow it through Activity.