API Reference

JSONL Bulk Import

This process allows you to do a bulk migration of data, such as orders, from your system database into Bringg's database.

Use this instead of sending the Create Order API call so that you do not exceed the Bringg Services API rate limits.

Using the JSONL bulk importer is a multi step process:

Step 1 : Request - Send the request to the Bringg Services API to prepare the import.

Step 2 : Upload - Upload the associated JSONL file to the URL provided in the response to the API call in Step 1.

Step 3 : Process - Instruct the system to start to process the JSON file uploaded in Step 2.

Step 4 : Check - Periodically poll for the status of the file process.

Step 5 : Results - Query which will be dynamically created once the import process has completed.

Step 6 : Errors - Query which will be dynamically created once the import process has completed

The workflow diagram below provides a high-level overview of the steps outlined above:

JSONL Workflow

JSONL Workflow