Endpoints
Upload CSV file for item ingestion
This endpoint takes a CSV file and updates your inventory for the store. We upload the CSV file contanining the inventory items and the store gets updated with the items.
POST
All items will be validated using our validation rules. Only items that pass all rules will be inserted.
Body
Response
The id of the job which ingests the JSON file.
The store id for which the JSON file has been uploaded.
The S3 url where the JSON file has been uploaded.
The status of the job.
- importing: The job's CSV is filed is being imported (only applies to CSV ingestion)
- pending: The job is in the queue and will start being processed soon
- processing: The job is being processed
- validation_failed: The job finished but at least one item failed validation
- success: The job finished and all items were successfully created, updated or removed
- error: An unexpected error occurred when processing the job. Please contact us
The user by which the job was created.
The user by which the job was updated.
The timestamp at which the job is updated.
The timestamp at which job was created.
The updated JSON file, after applying validations.
Not applicable