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

Orders/Invoices/Events Transaction Ingestion via CSV file

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

Method - POST

API End Point

/apis/oingest/v1/csv-upload

Query Parameters

Key
Values

1. file 2. date_format 3. file_policy_type 4. upload_type

1. CSV file to be uploaded 2. %m/%d/%y 3. orders, invoices, events 4. MANUAL or API

Description of the query parameters

Fields
Description

file

CSV file to be uploaded

date_format

Date format in the CSV file. For e.g. %m%d%y

file_policy_type

Supported values in Policy type are - orders, invoices or events

upload _type

Indicates the source of the upload, such as MANUAL for user-initiated uploads or API for uploads triggered through an API call. This is an optional field. This field defaults to MANUAL. Specify API to identify the upload as an API-triggered upload.

Sample API End Point ( Orders )

Response

Last updated

Was this helpful?