Sales summaries
Last updated
Last updated
Sales Summaries provide a comprehensive overview of your transaction data daily. Managed and compiled by Digital River, these summaries offer easy access to detailed sales information, empowering businesses to effortlessly monitor and analyze their financial performance. Users can retrieve specific sales summaries or access a complete list to gain insights into daily sales activity, enabling data-driven decisions and strategic planning. See Sales summaries for more information.
Get all sales summaries.
/sales-summaries
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 summary salesClosingTime 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 summaries which have been paid
Only return sales summaries with this payout identifier
Only return sales summaries in the given currency
A filter on the list based on the sales summaries amount field. The value can be a string or it can be a dictionary with the following options:
20.99
Only return sales summaries with this payer identifier
Only return sales summaries with this payer name
Only return sales summaries with this payee identifier
Only return sales summaries with this payee name
Retrieves the details of a sales summary. Supply the unique identifier of the sales summary.
/sales-summaries/{id}
Sales summary ID