You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a part of the order-centric dashboard view as shown above, we want to display transactions first grouped by customer, then sorted by date for each customer.
We would like /orders/:order_id/transactions?sort=start_at,desc&limit=10 to return a transactions grouped by customers.