Authorizations
The API Token of your ERP Connection.
Query Parameters
Type of transaction.
Available options:
ORDER
, ORDER_RESPONSE
, SHIPPING_NOTICE
, INVOICE
, CREDIT_NOTE
, DISPATCH_INSTRUCTION
, DISPATCH_INSTRUCTION_RESPONSE
, RECEIVAL_NOTICE
, REMITTANCE_ADVICE
, PRODUCT_CATALOG
, INVENTORY_REPORT
, SALES_REPORT
Flow (LIVE or TEST) of the transaction.
Available options:
LIVE
, TEST
Current status of the transaction.
Available options:
PENDING
, SUCCESS
, FAILED
, DROPPED
, UNKNOWN
Filter transactions created between two dates. Format: YYYY-MM-DD,YYYY-MM-DD
Example:
"2024-01-01,2024-01-31"
Page cursor
Number of transactions returned per page.
Required range:
1 <= x <= 100
Response
Success
Whether or not more transactions can be fetched on the next page.
Amount of transactions returned per page.
Amount of transactions on the current page.
Supplied to the cursor
query parameter. See [Pagination] for more info.
Prebuilt URL to retrieve the next page of transactions.