erp-imports
createErpImport
Register an already-uploaded file (S3 ref) as a pricing-file import job. Returns the job and a file preview. Nothing runs yet: no use case is chosen and no validation starts here. Optionally rank candidates with POST /v2/erp/imports/{importId}:suggest-use-cases, then start validation with POST /v2/erp/imports/{importId}:validate. Pass import_id to repoint an existing PENDING import at a different file instead, keeping its id and its place in the history.
post/v2/erp/imports
Request body
Response
The named import now points at this file. Returned only when import_id was supplied — no Location, because nothing was created.