The Order objects in Fetch All Orders and Fetch an Order can include additional information, such as transactions data. To get access to this extra information, use the expand
query parameter in your request to Fetch All Orders and Fetch an Order endpoints, and set its value equal to one of these options:
transactions
Setting expand=transactions
will fetch all transactions associated with each order in the response. See Transactions Overview for details on the Transaction object.