/sales/reportAsk AIget https://payment-service.tixuk.io/api/v1/sales/reportGet list of order items for channel ids.Query ParamschannelIdsstringrequiredfilter items by list of channelIds. Should be divided by comma.limitintegerAmount items on one page. Example: 10.pageintegerCurrent page of list. Example: 1.sortFieldstringField for sorting. Example: bookingId.sortDirectionstringDirection of sorting. Example: ASC.orderItemExternalIdstringFilter by order item id. Example: 1587.startDatestringFilter by date. Example: 20191131.endDatestringFilter by date. Example: 20191231.paymentMethodstringFilter by payment method.Responses 200List of items. 400Invalid input data has been provided.Updated 11 months ago