Sales transactions
Last updated
Last updated
Sales Transactions in the Digital River API provide a detailed record of costed sales, allowing you to track and manage individual or multiple transactions effectively. This resource offers robust tools for retrieving sales data, which is essential for financial analysis and reporting. By leveraging these transactions, businesses can gain insights into their sales performance and optimize their revenue streams. See for more information.
Get all sales transactions.
/sales-transactions
A filter on the list based on the createdTime field. The value can be a string with an ISO-8601 UTC format datetime or it can be a dictionary with the following options:
createdTime[gt]=2020-09-22T12:09:44Z
A cursor for use in pagination. The endingBefore parameter is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with xyz your subsequent calls can include endingBefore=xyz in order to fetch the previous page of the list.
A cursor for use in pagination. The startingAfter parameter is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with xyz, your subsequent calls can include startingAfter=xyz in order to fetch the next page of the list.
Only return objects with these IDs.
A limit on the number of objects returned. Limit can range between 1 and 5000, and the default is 10.
A filter on the list based on the sales transaction saleTime field. The value can be a string with an ISO-601 UTC format datetime or it can be a dictionary with the following options:
2018-03-25T20:36:00Z
Only return sales transactions with this sales summary identifier
Only return sales transactions with this order upstream identifier
Only return sales transactions with this payment type
Only return sales transactions of this type
sale
, replacement
, replacement_refund
, replacement_return
, fraud_chargeback
, non_fraud_chargeback
, refund
, return
, fraud_detection
, declined_settlement
Only return sales transactions in this currency
Only return sales transactions with this order identifier
Only return sales transactions with this sku identifier
A filter on the list based on the sales transaction quantity field. The value can be a string or it can be a dictionary with the following options:
2
A filter on the list based on the sales transaction amount field. The value can be a string or it can be a dictionary with the following options:
20.99
A filter on the list based on the sales transaction Digital River share field. The value can be a string or it can be a dictionary with the following options:
20.99
A filter on the list based on the sales transaction payoutAmount field. The value can be a string or it can be a dictionary with the following options:
20.99
Retrieves the details of a sales transaction. Supply the unique identifier of the sales transaction.
/sales-transactions/{id}
Sales transaction ID