Trace Connect APIs
- Introduction
- Authentication using JWT
- OAuth 2.0
- Basic APIs
- Advanced APIs
List Product Transactions Endpoint
This endpoint allows you to retrieve a list of product transactions. Each transaction includes details such as transaction payments, amount, currency, type, source and current quantity, submissions, card details, currency details, and additional information. The API response provides a paginated list of transactions with a count, next, previous, and an array of transaction results.
Authorizations
Query Parameters
Filter results by items updated after the specified timestamp.
Filter results by items created after the specified timestamp.
Filter results by items updated before the specified timestamp.
Filter results to only include items with available quantity.
Number of results to return per page.
The initial index from which to return the results.
Response
The total count of results.
Array containing product transactions.
The amount of the transaction.
The destination of the transaction.
The product associated with the transaction.
The source of the transaction.
The card used in the transaction.
Details of the card used in the transaction.
1
100
Date and time when the transaction was created.
Identifier of the user who created the transaction.
The currency used in the transaction.
1
The current quantity in the transaction.
The date of the transaction.
Unique identifier for the transaction.
The invoice associated with the transaction.
The invoice number associated with the transaction.
100
The method used in the transaction.
CARD
, INVOICE
, NONE
The number associated with the transaction.
10
Array of parent transactions associated with the product transaction.
The quality correction value in the transaction.
The quantity associated with the transaction.
The quantity from the source in the transaction.
Array of submissions associated with the product transaction.
1
1 - 100
1 - 100
TEXT
, INTEGER
, FLOAT
, RADIO
, MULTI_SELECT
, EMAIL
, PHONE
, DATE
, BOOLEAN
, DROPDOWN
100
100
100
100
100
100
100
1 - 100
TEXT
, INTEGER
, FLOAT
, RADIO
, MULTI_SELECT
, EMAIL
, PHONE
, DATE
, BOOLEAN
, DROPDOWN
100
100
100
100
100
100
100
1 - 100
1 - 100
TRANSACTION
, FARMER
, PAYMENT
, PRODUCT
Name of the product.
1 - 500
Date and time when the product was created.
Identifier of the user who created the product.
Description of the product.
500
Unique identifier for the product.
URL to the image or photo of the product.
Indicates whether the product is currently active.
Premiums associated with the product.
Date and time when the product information was last updated.
Identifier of the user who last updated the product.
Array of payment transactions associated with the product transaction.
1
100
CARD
, INVOICE
, NONE
10
TRANSACTION
, PREMIUM
, TRANSACTION_PREMIUM
1 - 100
BUY
, SELL
NORMAL
, MANUAL
, OPTIONS
PAYOUT
, TRANSACTION
1 - 25
PER_TRANSACTION
, PER_KG
, PER_UNIT_CURRENCY
, PER_FARMER
100
The type of the transaction.
Date and time when the transaction was last updated.
Identifier of the user who last updated the transaction.
The latitude of verification in the transaction.
The longitude of verification in the transaction.
URI for the next page of results, if available.
URI for the previous page of results, if available.