# Sales ## Filter Sales - [POST /easyflow/sales/list](https://mobile-docs.easyflow.digital/openapi/sales/listsales.md): Retrieve a paginated list of sales with filtering and ordering options. ## Get order details - [GET /easyflow/orders/{orderId}](https://mobile-docs.easyflow.digital/openapi/sales/paths/~1easyflow~1orders~1%7Borderid%7D/get.md): Retrieve detailed information about a specific order, including buyer, items, payments, commissions, and refund information. ## Filter total sales - [POST /easyflow/sales/total-sales](https://mobile-docs.easyflow.digital/openapi/sales/paths/~1easyflow~1sales~1total-sales/post.md): Retrieve the total number of transactions per payment method based on optional filters such as date range, status, or free sales.