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.
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
Last updated
Was this helpful?

