Imports
๐๏ธ adminListImportTargets
adminListImportTargets
๐๏ธ adminImportTemplate
adminImportTemplate
๐๏ธ adminCreateImport
adminCreateImport
๐๏ธ adminIngestImport
One-shot partner ingest โ validate and apply rows in a single call (no separate dry-run/commit). Scoped to import.ingest, the permission a supplier API key carries.
๐๏ธ adminListImportRuns
adminListImportRuns
๐๏ธ adminGetImportRun
adminGetImportRun
๐๏ธ adminListImportRows
adminListImportRows
๐๏ธ adminCommitImport
Synchronously applies the run and returns {committed} (200) when imports run inline, or queues a background apply and returns the run in a 'committing' state (202) when background processing is wired. Clients should handle both.