GET /v3/merchants/{mId}/orders?expand=payments,items
// This will return the first 1000 records, GET /v3/merchants/{mId}/orders?expand=payments,items&limit=1000&offset=0 //then you can paginate by requesting the second 1000 records like this GET /v3/merchants/{mId}/orders?expand=payments&limit=1000&offset=1000
1 Person is following this question.