For the complete documentation index, see llms.txt. This page is also available as Markdown.

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.

#
Functionality/ Fetaure
Description

1

This API is to get the uploaded orders/invoices/events/ All Bulk Uploads file data

2

This API is to get the uploaded orders/invoices/events file data in JSON format

3

This API is to get the uploaded orders/invoices/events file data via API Calls

4

This API is to download the uploaded orders/invoices/events data into CSV file

5

This API is to upload and collect Orders/Invoices/Events data in CSV file format

6

This API is to upload and collect Orders data in JSON file format

7

This API is to upload and collect Invoices data in JSON file format

8

This API is to upload and collect Events data in JSON file format

Last updated

Was this helpful?