Search salesCopy Pageget https://api.vrio.app/salesSearch salesQuery Paramssale_idstringSearch for specific sale ID(s). Comma separate for multiple.order_idintegerSearch for transactions that belong to a specific order.customer_idintegerSearch for sales that belong to a specific customer.date_scheduled_fromdate-timeReturn only sales that were scheduled on or after this date. A date to and from field is required when not passing sale ID(s), a customer ID or an order ID.date_scheduled_todate-timeReturn only sales that were scheduled on or before this date. Required when passing date_scheduled_from. Maximum date range: 31 days.campaign_idintegerSearch sales that are tied to orders of a specific campaign.withstringenumExpand on the information returned by including 'with' in the query parameters. For multiple attributes, separate with a comma (example : with=order,customer)ordercustomertransactionsAllowed:ordercustomertransactionslimitintegerLimit the number of results. Default: 25, max: 200.offsetintegerOffset the resultssort_bystringField to sort result byorderstringenumOrder by asc or descascdescAllowed:ascdescResponses 200OK 401Unauthorized response 403Forbidden response 500Error responseUpdated 7 days ago