getCustomerOrders

fun getCustomerOrders(customerId: String, limit: Int = 20): List<Order>

Get recent orders for a customer