> For the complete documentation index, see [llms.txt](https://apis.rightrev.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://apis.rightrev.com/rightrev-rest-api/transactions-ingestion/transaction-ingestion-order-invoices-events-and-bulk-uploads.md).

# Transaction Ingestion (Order, Invoices, Events & Bulk Uploads)

The Transaction upload feature is powered by a single API endpoint. This endpoint supports multiple actions, each controlled through specific parameters/objects. Depending on the selected action, the API will return the corresponding dataset.

This design allows you to interact with various transaction upload via CSV file or JSON using one consistent endpoint while simply adjusting the request parameters/objects.

<table><thead><tr><th width="58.0909423828125">#</th><th>Functionality/ Fetaure</th><th width="392.9090576171875">Description</th></tr></thead><tbody><tr><td>1</td><td><a href="/pages/8NoBnMRVboeZXtNL3vjq">Retrieve file data - CSV file</a></td><td>This API is to get the uploaded orders/invoices/events/ All Bulk Uploads file data</td></tr><tr><td>2</td><td><a href="/pages/W6d765uYFAjh91gShhTY">Retrieve file data - JSON file</a></td><td>This API is to get the uploaded orders/invoices/events file data in JSON format</td></tr><tr><td>3</td><td><a href="/pages/jRz43U4w1aQtHCdrj7da">Retrieve file data - API Calls</a></td><td>This API is to get the uploaded orders/invoices/events file data via API Calls</td></tr><tr><td>4</td><td><a href="/pages/xw7QNk9DBj3Acua87qAS">Retrieve uploaded CSV File</a></td><td>This API is to download the uploaded orders/invoices/events data into CSV file</td></tr><tr><td>5</td><td><a href="/pages/ZevJjppDFvhBQ3vjE1ax">Orders/Invoices/Events Transaction Ingestion via CSV file</a></td><td>This API is to upload and collect Orders/Invoices/Events data in CSV file format</td></tr><tr><td>6</td><td><a href="/pages/oGHALTqGOAqnJYmumI9D">Order Ingestion via JSON file</a></td><td>This API is to upload and collect Orders data in JSON file format</td></tr><tr><td>7</td><td><a href="/pages/mvyXDirO50OGGC5fUa7u">Invoice Ingestion via JSON file</a></td><td>This API is to upload and collect Invoices data in JSON file format</td></tr><tr><td>8</td><td><a href="/pages/1INyAtVqrxgfCqScqtjX">Events Ingestion via JSON file</a></td><td>This API is to upload and collect Events data in JSON file format</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://apis.rightrev.com/rightrev-rest-api/transactions-ingestion/transaction-ingestion-order-invoices-events-and-bulk-uploads.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
