Create an import
Imports
Create an import
Create a new seller import job from a CSV file upload.
Use this endpoint for bulk listing ingestion and migration workflows.
File validation:
- Accepts
multipart/form-datawith a CSV file. - CSV header must include the
REFERENCEcolumn as the final field. - Rejects empty files and files beyond the maximum row threshold.
Processing model:
- Stores the CSV in object storage.
- Creates import + batch records and queues background workflows.
- Returns
201with import details and initial batch states.
POST
Create an import
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
multipart/form-data
CSV file to import
Response
201 - application/json
Seller import details
Available options:
RUNNING Required range:
x >= 0Required range:
x >= 0Required range:
x >= 0